Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-25737 (GCVE-0-2021-25737)
Vulnerability from cvelistv5
Published
2021-09-06 11:32
Modified
2024-09-16 21:04
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-184 - Incomplete Blacklist
Summary
A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.
References
► | URL | Tags | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Kubernetes | Kubernetes |
Version: unspecified < Version: unspecified < Version: unspecified < Version: unspecified < |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T20:11:27.584Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/kubernetes/kubernetes/issues/102106" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20211004-0004/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kubernetes", "vendor": "Kubernetes", "versions": [ { "lessThanOrEqual": "1.18.18", "status": "affected", "version": "unspecified", "versionType": "custom" }, { "lessThanOrEqual": "1.19.10", "status": "affected", "version": "unspecified", "versionType": "custom" }, { "lessThanOrEqual": "1.20.6", "status": "affected", "version": "unspecified", "versionType": "custom" }, { "lessThanOrEqual": "1.21.0", "status": "affected", "version": "unspecified", "versionType": "custom" } ] } ], "credits": [ { "lang": "en", "value": "John Howard" } ], "datePublic": "2021-05-18T00:00:00", "descriptions": [ { "lang": "en", "value": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 2.7, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-184", "description": "CWE-184 Incomplete Blacklist", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-10-04T18:06:22", "orgId": "a6081bf6-c852-4425-ad4f-a67919267565", "shortName": "kubernetes" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/kubernetes/kubernetes/issues/102106" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://security.netapp.com/advisory/ntap-20211004-0004/" } ], "source": { "defect": [ "https://github.com/kubernetes/kubernetes/issues/102106" ], "discovery": "EXTERNAL" }, "title": "Holes in EndpointSlice Validation Enable Host Network Hijack", "x_generator": { "engine": "Vulnogram 0.0.9" }, "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security@kubernetes.io", "DATE_PUBLIC": "2021-05-18T19:00:00.000Z", "ID": "CVE-2021-25737", "STATE": "PUBLIC", "TITLE": "Holes in EndpointSlice Validation Enable Host Network Hijack" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Kubernetes", "version": { "version_data": [ { "version_affected": "\u003c=", "version_value": "1.18.18" }, { "version_affected": "\u003c=", "version_value": "1.19.10" }, { "version_affected": "\u003c=", "version_value": "1.20.6" }, { "version_affected": "\u003c=", "version_value": "1.21.0" } ] } } ] }, "vendor_name": "Kubernetes" } ] } }, "credit": [ { "lang": "eng", "value": "John Howard" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 2.7, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-184 Incomplete Blacklist" } ] } ] }, "references": { "reference_data": [ { "name": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY", "refsource": "MISC", "url": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY" }, { "name": "https://github.com/kubernetes/kubernetes/issues/102106", "refsource": "MISC", "url": "https://github.com/kubernetes/kubernetes/issues/102106" }, { "name": "https://security.netapp.com/advisory/ntap-20211004-0004/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20211004-0004/" } ] }, "source": { "defect": [ "https://github.com/kubernetes/kubernetes/issues/102106" ], "discovery": "EXTERNAL" } } } }, "cveMetadata": { "assignerOrgId": "a6081bf6-c852-4425-ad4f-a67919267565", "assignerShortName": "kubernetes", "cveId": "CVE-2021-25737", "datePublished": "2021-09-06T11:32:01.989085Z", "dateReserved": "2021-01-21T00:00:00", "dateUpdated": "2024-09-16T21:04:34.209Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2021-25737\",\"sourceIdentifier\":\"jordan@liggitt.net\",\"published\":\"2021-09-06T12:15:07.673\",\"lastModified\":\"2024-11-21T05:55:19.310\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.\"},{\"lang\":\"es\",\"value\":\"Se ha detectado un problema de seguridad en Kubernetes en el que un usuario puede ser capaz de redirigir el tr\u00e1fico del pod a redes privadas en un Nodo. Kubernetes ya previene la creaci\u00f3n de IPs de Endpoint en el rango localhost o link-local, pero no se ha llevado a cabo la misma comprobaci\u00f3n en las IPs de EndpointSlice.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":2.7,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.2,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":4.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.7,\"impactScore\":2.7}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:S/C:P/I:P/A:N\",\"baseScore\":4.9,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":6.8,\"impactScore\":4.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-184\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-601\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.16.0\",\"versionEndExcluding\":\"1.18.19\",\"matchCriteriaId\":\"1B86E916-8D46-49BD-BF24-ED83D2ECFB28\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.19.0\",\"versionEndExcluding\":\"1.19.10\",\"matchCriteriaId\":\"54F99BEF-703E-43C0-846C-AB9EECE134A9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.20.0\",\"versionEndExcluding\":\"1.20.7\",\"matchCriteriaId\":\"9649E8E5-DDA2-408F-9221-19E853704497\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.21.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"F9AF80B0-93B1-4129-BCB7-BF93F13FC880\"}]}]}],\"references\":[{\"url\":\"https://github.com/kubernetes/kubernetes/issues/102106\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20211004-0004/\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/kubernetes/kubernetes/issues/102106\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20211004-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
fkie_cve-2021-25737
Vulnerability from fkie_nvd
Published
2021-09-06 12:15
Modified
2024-11-21 05:55
Severity ?
2.7 (Low) - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
4.8 (Medium) - CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
4.8 (Medium) - CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Summary
A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.
References
▶ | URL | Tags | |
---|---|---|---|
jordan@liggitt.net | https://github.com/kubernetes/kubernetes/issues/102106 | Patch, Third Party Advisory | |
jordan@liggitt.net | https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY | Mailing List, Third Party Advisory | |
jordan@liggitt.net | https://security.netapp.com/advisory/ntap-20211004-0004/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/kubernetes/kubernetes/issues/102106 | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20211004-0004/ | Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
kubernetes | kubernetes | * | |
kubernetes | kubernetes | * | |
kubernetes | kubernetes | * | |
kubernetes | kubernetes | 1.21.0 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "1B86E916-8D46-49BD-BF24-ED83D2ECFB28", "versionEndExcluding": "1.18.19", "versionStartIncluding": "1.16.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "54F99BEF-703E-43C0-846C-AB9EECE134A9", "versionEndExcluding": "1.19.10", "versionStartIncluding": "1.19.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "9649E8E5-DDA2-408F-9221-19E853704497", "versionEndExcluding": "1.20.7", "versionStartIncluding": "1.20.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:1.21.0:-:*:*:*:*:*:*", "matchCriteriaId": "F9AF80B0-93B1-4129-BCB7-BF93F13FC880", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs." }, { "lang": "es", "value": "Se ha detectado un problema de seguridad en Kubernetes en el que un usuario puede ser capaz de redirigir el tr\u00e1fico del pod a redes privadas en un Nodo. Kubernetes ya previene la creaci\u00f3n de IPs de Endpoint en el rango localhost o link-local, pero no se ha llevado a cabo la misma comprobaci\u00f3n en las IPs de EndpointSlice." } ], "id": "CVE-2021-25737", "lastModified": "2024-11-21T05:55:19.310", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 4.9, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 4.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 2.7, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1.2, "impactScore": 1.4, "source": "jordan@liggitt.net", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 1.7, "impactScore": 2.7, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2021-09-06T12:15:07.673", "references": [ { "source": "jordan@liggitt.net", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/102106" }, { "source": "jordan@liggitt.net", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20211004-0004/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/102106" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20211004-0004/" } ], "sourceIdentifier": "jordan@liggitt.net", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-184" } ], "source": "jordan@liggitt.net", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-601" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
rhsa-2021:2437
Vulnerability from csaf_redhat
Published
2021-07-27 22:36
Modified
2025-08-15 09:16
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.8.2 packages and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.8.2 is now available with updates to packages and images that fix several bugs.
This release includes a security update for Red Hat OpenShift Container Platform 4.8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.8.2. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHSA-2021:2438
Security Fix(es):
* gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation (CVE-2021-3121)
* golang: crypto/elliptic: incorrect operations on the P-224 curve (CVE-2021-3114)
* openshift: Injected service-ca.crt incorrectly contains additional internal CAs (CVE-2021-3636)
* python-eventlet: improper handling of highly compressed data and memory allocation with excessive size allows DoS (CVE-2021-21419)
* jenkins-2-plugins/matrix-auth: Incorrect permission checks in Matrix Authorization Strategy Plugin (CVE-2021-21623)
* jenkins-2-plugins/credentials: Reflected XSS vulnerability in Credentials Plugin (CVE-2021-21648)
* kubernetes: Validating Admission Webhook does not observe some previous fields (CVE-2021-25735)
* jenkins: lack of type validation in agent related REST API (CVE-2021-21639)
* jenkins: view name validation bypass (CVE-2021-21640)
* kubernetes: Holes in EndpointSlice Validation Enable Host Network Hijack (CVE-2021-25737)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
All OpenShift Container Platform 4.8 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.8/updating/updating-cluster-between-minor.html#understanding-upgrade-channels_updating-cluster-between-minor
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.8.2 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.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": "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.8.2. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2021:2438\n\nSecurity Fix(es):\n\n* gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation (CVE-2021-3121)\n\n* golang: crypto/elliptic: incorrect operations on the P-224 curve (CVE-2021-3114)\n\n* openshift: Injected service-ca.crt incorrectly contains additional internal CAs (CVE-2021-3636)\n\n* python-eventlet: improper handling of highly compressed data and memory allocation with excessive size allows DoS (CVE-2021-21419)\n\n* jenkins-2-plugins/matrix-auth: Incorrect permission checks in Matrix Authorization Strategy Plugin (CVE-2021-21623)\n\n* jenkins-2-plugins/credentials: Reflected XSS vulnerability in Credentials Plugin (CVE-2021-21648)\n\n* kubernetes: Validating Admission Webhook does not observe some previous fields (CVE-2021-25735)\n\n* jenkins: lack of type validation in agent related REST API (CVE-2021-21639)\n\n* jenkins: view name validation bypass (CVE-2021-21640)\n\n* kubernetes: Holes in EndpointSlice Validation Enable Host Network Hijack (CVE-2021-25737)\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.8 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.8/updating/updating-cluster-between-minor.html#understanding-upgrade-channels_updating-cluster-between-minor", "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-2021:2437", "url": "https://access.redhat.com/errata/RHSA-2021:2437" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1918750", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918750" }, { "category": "external", "summary": "1921650", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1921650" }, { "category": "external", "summary": "1937562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1937562" }, { "category": "external", "summary": "1940489", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940489" }, { "category": "external", "summary": "1947102", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1947102" }, { "category": "external", "summary": "1947105", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1947105" }, { "category": "external", "summary": "1954917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1954917" }, { "category": "external", "summary": "1958407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1958407" }, { "category": "external", "summary": "1959545", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959545" }, { "category": "external", "summary": "1978621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1978621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2437.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.8.2 packages and security update", "tracking": { "current_release_date": "2025-08-15T09:16:40+00:00", "generator": { "date": "2025-08-15T09:16:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2021:2437", "initial_release_date": "2021-07-27T22:36:55+00:00", "revision_history": [ { "date": "2021-07-27T22:36:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-07-27T22:36:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-15T09:16:40+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.8", "product": { "name": "Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.8::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.8", "product": { "name": "Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.8::el7" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "product": { "name": "python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "product_id": "python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ironic-lib@4.6.2-0.20210608101214.ca2e4ba.el8?arch=src" } } }, { "category": "product_version", "name": "ironic-images-0:2021.1-20210614.1.el8.src", "product": { "name": "ironic-images-0:2021.1-20210614.1.el8.src", "product_id": "ironic-images-0:2021.1-20210614.1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images@2021.1-20210614.1.el8?arch=src" } } }, { "category": "product_version", "name": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "product": { "name": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "product_id": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-python-agent@7.0.2-0.20210611153100.bfa97cb.el8?arch=src" } } }, { "category": "product_version", "name": "python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "product": { "name": "python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "product_id": "python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sushy-oem-idrac@2.0.1-0.20210326152858.83b7eb0.el8?arch=src" } } }, { "category": "product_version", "name": "python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "product": { "name": "python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "product_id": "python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tooz@2.8.0-0.20210324235001.54448e9.el8?arch=src" } } }, { "category": "product_version", "name": "python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "product": { "name": "python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "product_id": "python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sushy@3.7.1-0.20210428165244.bc49878.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "product": { "name": "python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "product_id": "python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-policy@3.7.0-0.20210325051823.d853485.el8?arch=src" } } }, { "category": "product_version", "name": "python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "product": { "name": "python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "product_id": "python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-openstacksdk@0.53.0-0.20210325011601.4629245.el8?arch=src" } } }, { "category": "product_version", "name": "python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "product": { "name": "python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "product_id": "python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-keystoneauth1@4.3.0-0.20210325001456.6a66271.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "product": { "name": "python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "product_id": "python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-db@8.5.0-0.20210325041241.503db60.el8?arch=src" } } }, { "category": "product_version", "name": "python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "product": { "name": "python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "product_id": "python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-stevedore@3.3.0-0.20210325001012.7d7154f.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "product": { "name": "python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "product_id": "python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-utils@4.8.0-0.20210325043201.3288539.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "product": { "name": "python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "product_id": "python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-i18n@5.0.1-0.20210324221600.73187bd.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "product": { "name": "python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "product_id": "python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-serialization@4.1.0-0.20210325012242.8445e61.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "product": { "name": "python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "product_id": "python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-service@2.5.0-0.20210325014731.d25e454.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "product": { "name": "python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "product_id": "python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-context@3.2.0-0.20210325043103.0d02866.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "product": { "name": "python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "product_id": "python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-config@8.5.0-0.20210325050501.cfa2564.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "product": { "name": "python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "product_id": "python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-log@4.4.0-0.20210409081224.9b29c90.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "product": { "name": "python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "product_id": "python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-concurrency@4.4.0-0.20210325004915.7dcf9e9.el8?arch=src" } } }, { "category": "product_version", "name": "python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "product": { "name": "python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "product_id": "python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debtcollector@2.2.0-0.20210324220630.649189d.el8?arch=src" } } }, { "category": "product_version", "name": "python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "product": { "name": "python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "product_id": "python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-hardware@0.27.0-0.20210406121246.756fedb.el8?arch=src" } } }, { "category": "product_version", "name": "python-eventlet-0:0.25.2-4.el8.src", "product": { "name": "python-eventlet-0:0.25.2-4.el8.src", "product_id": "python-eventlet-0:0.25.2-4.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-eventlet@0.25.2-4.el8?arch=src" } } }, { "category": "product_version", "name": "python-kubernetes-0:12.0.1-1.el8.src", "product": { "name": "python-kubernetes-0:12.0.1-1.el8.src", "product_id": "python-kubernetes-0:12.0.1-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kubernetes@12.0.1-1.el8?arch=src" } } }, { "category": "product_version", "name": "haproxy-0:2.2.13-1.el8.src", "product": { "name": "haproxy-0:2.2.13-1.el8.src", "product_id": "haproxy-0:2.2.13-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy@2.2.13-1.el8?arch=src" } } }, { "category": "product_version", "name": "rteval-loads-0:1.4-12.el8.src", "product": { "name": "rteval-loads-0:1.4-12.el8.src", "product_id": "rteval-loads-0:1.4-12.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rteval-loads@1.4-12.el8?arch=src" } } }, { "category": "product_version", "name": "cri-tools-0:1.21.0-2.el8.src", "product": { "name": "cri-tools-0:1.21.0-2.el8.src", "product_id": "cri-tools-0:1.21.0-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.21.0-2.el8?arch=src" } } }, { "category": "product_version", "name": "python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "product": { "name": "python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "product_id": "python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ironic-prometheus-exporter@2.2.1-0.20210325143713.70e39c8.el8?arch=src" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "product": { "name": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "product_id": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector@10.6.1-0.20210406091336.579f59c.el8?arch=src" } } }, { "category": "product_version", "name": "python-jsonschema-0:3.2.0-5.el8ost.src", "product": { "name": "python-jsonschema-0:3.2.0-5.el8ost.src", "product_id": "python-jsonschema-0:3.2.0-5.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jsonschema@3.2.0-5.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "product": { "name": "python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "product_id": "python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-upgradecheck@1.3.0-0.20210325003851.9f95a6e.el8?arch=src" } } }, { "category": "product_version", "name": "python-pyrsistent-0:0.16.0-3.el8ost.src", "product": { "name": "python-pyrsistent-0:0.16.0-3.el8ost.src", "product_id": "python-pyrsistent-0:0.16.0-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyrsistent@0.16.0-3.el8ost?arch=src" } } }, { "category": "product_version", "name": "openvswitch2.15-0:2.15.0-9.el8fdp.src", "product": { "name": "openvswitch2.15-0:2.15.0-9.el8fdp.src", "product_id": "openvswitch2.15-0:2.15.0-9.el8fdp.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15@2.15.0-9.el8fdp?arch=src" } } }, { "category": "product_version", "name": "ovn2.13-0:20.12.0-25.el8fdp.src", "product": { "name": "ovn2.13-0:20.12.0-25.el8fdp.src", "product_id": "ovn2.13-0:20.12.0-25.el8fdp.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13@20.12.0-25.el8fdp?arch=src" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "product": { "name": "jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "product_id": "jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.8.1624022417-1.el8?arch=src" } } }, { "category": "product_version", "name": "jenkins-0:2.289.1.1624020353-1.el8.src", "product": { "name": "jenkins-0:2.289.1.1624020353-1.el8.src", "product_id": "jenkins-0:2.289.1.1624020353-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.289.1.1624020353-1.el8?arch=src" } } }, { "category": "product_version", "name": "kata-containers-0:2.1.0-4.el8.src", "product": { "name": "kata-containers-0:2.1.0-4.el8.src", "product_id": "kata-containers-0:2.1.0-4.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.1.0-4.el8?arch=src" } } }, { "category": "product_version", "name": "toolbox-0:0.0.8-3.rhaos4.8.el8.src", "product": { "name": "toolbox-0:0.0.8-3.rhaos4.8.el8.src", "product_id": "toolbox-0:0.0.8-3.rhaos4.8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.8-3.rhaos4.8.el8?arch=src" } } }, { "category": "product_version", "name": "rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "product": { "name": "rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "product_id": "rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn@5.0.0-1.rhaos4.8.el8?arch=src" } } }, { "category": "product_version", "name": "podman-0:3.0.1-6.el8.src", "product": { "name": "podman-0:3.0.1-6.el8.src", "product_id": "podman-0:3.0.1-6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@3.0.1-6.el8?arch=src" } } }, { "category": "product_version", "name": "ostree-0:2020.7-5.el8_4.src", "product": { "name": "ostree-0:2020.7-5.el8_4.src", "product_id": "ostree-0:2020.7-5.el8_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2020.7-5.el8_4?arch=src" } } }, { "category": "product_version", "name": "ignition-0:2.9.0-6.rhaos4.8.el8.src", "product": { "name": "ignition-0:2.9.0-6.rhaos4.8.el8.src", "product_id": "ignition-0:2.9.0-6.rhaos4.8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.9.0-6.rhaos4.8.el8?arch=src" } } }, { "category": "product_version", "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "product": { "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "product_id": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.3-1.rhaos4.8.el8?arch=src" } } }, { "category": "product_version", "name": "butane-0:0.12.1-1.rhaos4.8.el8.src", "product": { "name": "butane-0:0.12.1-1.rhaos4.8.el8.src", "product_id": "butane-0:0.12.1-1.rhaos4.8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane@0.12.1-1.rhaos4.8.el8?arch=src" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:48.84-4.el8.src", "product": { "name": "redhat-release-coreos-0:48.84-4.el8.src", "product_id": "redhat-release-coreos-0:48.84-4.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@48.84-4.el8?arch=src" } } }, { "category": "product_version", "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "product": { "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "product_id": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.9.0-6.rhaos4.8.el8?arch=src" } } }, { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "product": { "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "product_id": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "product": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "product_id": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "product": { "name": "openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "product_id": "openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "product": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "product_id": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "product": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "product_id": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=src" } } }, { "category": "product_version", "name": "python-openshift-1:0.12.1-1.el8.src", "product": { "name": "python-openshift-1:0.12.1-1.el8.src", "product_id": "python-openshift-1:0.12.1-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-openshift@0.12.1-1.el8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "product": { "name": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "product_id": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "product": { "name": "openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "product_id": "openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic@17.0.4-0.20210713221218.a415e7e.el8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "haproxy-0:2.2.13-1.el7.src", "product": { "name": "haproxy-0:2.2.13-1.el7.src", "product_id": "haproxy-0:2.2.13-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy@2.2.13-1.el7?arch=src" } } }, { "category": "product_version", "name": "cri-tools-0:1.21.0-2.el7.src", "product": { "name": "cri-tools-0:1.21.0-2.el7.src", "product_id": "cri-tools-0:1.21.0-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.21.0-2.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "product": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "product_id": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "product": { "name": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "product_id": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7?arch=src" } } }, { "category": "product_version", "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "product": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "product_id": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-98.rhaos4.8.gitcd80260.el7?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "product": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "product_id": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.21.2-5.rhaos4.8.gitb27d974.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "product": { "name": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "product_id": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "product": { "name": "python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "product_id": "python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-lib@4.6.2-0.20210608101214.ca2e4ba.el8?arch=noarch" } } }, { "category": "product_version", "name": "ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "product": { "name": "ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "product_id": "ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images-ipa-x86_64@2021.1-20210614.1.el8?arch=noarch" } } }, { "category": "product_version", "name": "ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "product": { "name": "ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "product_id": "ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images-ipa-ppc64le@2021.1-20210614.1.el8?arch=noarch" } } }, { "category": "product_version", "name": "ironic-images-0:2021.1-20210614.1.el8.noarch", "product": { "name": "ironic-images-0:2021.1-20210614.1.el8.noarch", "product_id": "ironic-images-0:2021.1-20210614.1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images@2021.1-20210614.1.el8?arch=noarch" } } }, { "category": "product_version", "name": "ironic-images-all-0:2021.1-20210614.1.el8.noarch", "product": { "name": "ironic-images-all-0:2021.1-20210614.1.el8.noarch", "product_id": "ironic-images-all-0:2021.1-20210614.1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images-all@2021.1-20210614.1.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "product": { "name": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "product_id": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-python-agent@7.0.2-0.20210611153100.bfa97cb.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "product": { "name": "python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "product_id": "python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-python-agent@7.0.2-0.20210611153100.bfa97cb.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "product": { "name": "python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "product_id": "python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy-oem-idrac@2.0.1-0.20210326152858.83b7eb0.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "product": { "name": "python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "product_id": "python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy-oem-idrac-tests@2.0.1-0.20210326152858.83b7eb0.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "product": { "name": "python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "product_id": "python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tooz@2.8.0-0.20210324235001.54448e9.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "product": { "name": "python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "product_id": "python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy@3.7.1-0.20210428165244.bc49878.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "product": { "name": "python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "product_id": "python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy-tests@3.7.1-0.20210428165244.bc49878.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "product": { "name": "python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "product_id": "python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-policy-lang@3.7.0-0.20210325051823.d853485.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "product": { "name": "python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "product_id": "python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-policy@3.7.0-0.20210325051823.d853485.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "product": { "name": "python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "product_id": "python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openstacksdk@0.53.0-0.20210325011601.4629245.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "product": { "name": "python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "product_id": "python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openstacksdk-tests@0.53.0-0.20210325011601.4629245.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "product": { "name": "python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "product_id": "python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-keystoneauth1@4.3.0-0.20210325001456.6a66271.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "product": { "name": "python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "product_id": "python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-db-lang@8.5.0-0.20210325041241.503db60.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "product": { "name": "python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "product_id": "python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-db@8.5.0-0.20210325041241.503db60.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "product": { "name": "python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "product_id": "python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-db-tests@8.5.0-0.20210325041241.503db60.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "product": { "name": "python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "product_id": "python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-stevedore@3.3.0-0.20210325001012.7d7154f.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "product": { "name": "python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "product_id": "python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-utils-lang@4.8.0-0.20210325043201.3288539.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "product": { "name": "python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "product_id": "python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-utils@4.8.0-0.20210325043201.3288539.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "product": { "name": "python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "product_id": "python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-utils-tests@4.8.0-0.20210325043201.3288539.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "product": { "name": "python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "product_id": "python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-i18n-lang@5.0.1-0.20210324221600.73187bd.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "product": { "name": "python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "product_id": "python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-i18n@5.0.1-0.20210324221600.73187bd.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "product": { "name": "python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "product_id": "python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-serialization@4.1.0-0.20210325012242.8445e61.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "product": { "name": "python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "product_id": "python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@4.1.0-0.20210325012242.8445e61.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "product": { "name": "python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "product_id": "python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-service@2.5.0-0.20210325014731.d25e454.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "product": { "name": "python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "product_id": "python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-service-tests@2.5.0-0.20210325014731.d25e454.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "product": { "name": "python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "product_id": "python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-context@3.2.0-0.20210325043103.0d02866.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "product": { "name": "python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "product_id": "python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-config@8.5.0-0.20210325050501.cfa2564.el8?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "product": { "name": "python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "product_id": "python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-log-lang@4.4.0-0.20210409081224.9b29c90.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "product": { "name": "python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "product_id": "python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-log@4.4.0-0.20210409081224.9b29c90.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "product": { "name": "python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "product_id": "python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-log-tests@4.4.0-0.20210409081224.9b29c90.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "product": { "name": "python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "product_id": "python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-concurrency-lang@4.4.0-0.20210325004915.7dcf9e9.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "product": { "name": "python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "product_id": "python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-concurrency@4.4.0-0.20210325004915.7dcf9e9.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "product": { "name": "python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "product_id": "python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-concurrency-tests@4.4.0-0.20210325004915.7dcf9e9.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "product": { "name": "python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "product_id": "python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debtcollector@2.2.0-0.20210324220630.649189d.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "product": { "name": "python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "product_id": "python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hardware@0.27.0-0.20210406121246.756fedb.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "product": { "name": "python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "product_id": "python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hardware-detect@0.27.0-0.20210406121246.756fedb.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-eventlet-0:0.25.2-4.el8.noarch", "product": { "name": "python3-eventlet-0:0.25.2-4.el8.noarch", "product_id": "python3-eventlet-0:0.25.2-4.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-eventlet@0.25.2-4.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kubernetes-0:12.0.1-1.el8.noarch", "product": { "name": "python3-kubernetes-0:12.0.1-1.el8.noarch", "product_id": "python3-kubernetes-0:12.0.1-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kubernetes@12.0.1-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "product": { "name": "python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "product_id": "python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kubernetes-tests@12.0.1-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "product": { "name": "python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "product_id": "python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-prometheus-exporter@2.2.1-0.20210325143713.70e39c8.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product": { "name": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_id": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector@10.6.1-0.20210406091336.579f59c.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product": { "name": "openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_id": "openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector-api@10.6.1-0.20210406091336.579f59c.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product": { "name": "openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_id": "openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector-conductor@10.6.1-0.20210406091336.579f59c.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product": { "name": "openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_id": "openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector-dnsmasq@10.6.1-0.20210406091336.579f59c.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product": { "name": "python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_id": "python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-inspector-tests@10.6.1-0.20210406091336.579f59c.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch", "product": { "name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch", "product_id": "python3-jsonschema-0:3.2.0-5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jsonschema@3.2.0-5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "product": { "name": "python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "product_id": "python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-upgradecheck@1.3.0-0.20210325003851.9f95a6e.el8?arch=noarch" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "product": { "name": "jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "product_id": "jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.8.1624022417-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "jenkins-0:2.289.1.1624020353-1.el8.noarch", "product": { "name": "jenkins-0:2.289.1.1624020353-1.el8.noarch", "product_id": "jenkins-0:2.289.1.1624020353-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.289.1.1624020353-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "product": { "name": "toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "product_id": "toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.8-3.rhaos4.8.el8?arch=noarch" } } }, { "category": "product_version", "name": "podman-docker-0:3.0.1-6.el8.noarch", "product": { "name": "podman-docker-0:3.0.1-6.el8.noarch", "product_id": "podman-docker-0:3.0.1-6.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@3.0.1-6.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "product": { "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "product_id": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.3-1.rhaos4.8.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "product": { "name": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "product_id": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages-issuegen@0.20.3-1.rhaos4.8.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "product": { "name": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "product_id": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages-profile@0.20.3-1.rhaos4.8.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product": { "name": "python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product_id": "python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-openshift-1:0.12.1-1.el8.noarch", "product": { "name": "python3-openshift-1:0.12.1-1.el8.noarch", "product_id": "python3-openshift-1:0.12.1-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openshift@0.12.1-1.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product": { "name": "openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product_id": "openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-api@17.0.4-0.20210713221218.a415e7e.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product": { "name": "openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product_id": "openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-common@17.0.4-0.20210713221218.a415e7e.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product": { "name": "openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product_id": "openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-conductor@17.0.4-0.20210713221218.a415e7e.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product": { "name": "python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product_id": "python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-tests@17.0.4-0.20210713221218.a415e7e.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "product": { "name": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "product_id": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "product": { "name": "openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "product_id": "openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "haproxy-debugsource-0:2.2.13-1.el8.x86_64", "product": { "name": "haproxy-debugsource-0:2.2.13-1.el8.x86_64", "product_id": "haproxy-debugsource-0:2.2.13-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.13-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rteval-loads-0:1.4-12.el8.x86_64", "product": { "name": "rteval-loads-0:1.4-12.el8.x86_64", "product_id": "rteval-loads-0:1.4-12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rteval-loads@1.4-12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "stress-ng-0:0.12.06-1.el8.x86_64", "product": { "name": "stress-ng-0:0.12.06-1.el8.x86_64", "product_id": "stress-ng-0:0.12.06-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/stress-ng@0.12.06-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rteval-loads-debugsource-0:1.4-12.el8.x86_64", "product": { "name": "rteval-loads-debugsource-0:1.4-12.el8.x86_64", "product_id": "rteval-loads-debugsource-0:1.4-12.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rteval-loads-debugsource@1.4-12.el8?arch=x86_64" } } }, { "category": "product_version", "name": "stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "product": { "name": "stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "product_id": "stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/stress-ng-debuginfo@0.12.06-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-0:1.21.0-2.el8.x86_64", "product": { "name": "cri-tools-0:1.21.0-2.el8.x86_64", "product_id": "cri-tools-0:1.21.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.21.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "product": { "name": "cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "product_id": "cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.21.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "product": { "name": "cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "product_id": "cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.21.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "product": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "product": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "product": { "name": "openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "product_id": "openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15@2.15.0-9.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "product": { "name": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "product_id": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15-devel@2.15.0-9.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "product": { "name": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "product_id": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15-ipsec@2.15.0-9.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "product": { "name": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "product_id": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.15@2.15.0-9.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "product": { "name": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "product_id": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15-debuginfo@2.15.0-9.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "product": { "name": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "product_id": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.15-debuginfo@2.15.0-9.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-0:20.12.0-25.el8fdp.x86_64", "product": { "name": "ovn2.13-0:20.12.0-25.el8fdp.x86_64", "product_id": "ovn2.13-0:20.12.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13@20.12.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "product": { "name": "ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "product_id": "ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central@20.12.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "product": { "name": "ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "product_id": "ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host@20.12.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "product": { "name": "ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "product_id": "ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep@20.12.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "product": { "name": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "product_id": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debugsource@20.12.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product": { "name": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product_id": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central-debuginfo@20.12.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product": { "name": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product_id": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debuginfo@20.12.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product": { "name": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product_id": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host-debuginfo@20.12.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product": { "name": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product_id": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep-debuginfo@20.12.0-25.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "kata-containers-0:2.1.0-4.el8.x86_64", "product": { "name": "kata-containers-0:2.1.0-4.el8.x86_64", "product_id": "kata-containers-0:2.1.0-4.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.1.0-4.el8?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "product": { "name": "afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "product_id": "afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.0.0-1.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "product": { "name": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "product_id": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.0.0-1.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "product": { "name": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "product_id": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.0.0-1.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-0:3.0.1-6.el8.x86_64", "product": { "name": "podman-0:3.0.1-6.el8.x86_64", "product_id": "podman-0:3.0.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@3.0.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-remote-0:3.0.1-6.el8.x86_64", "product": { "name": "podman-remote-0:3.0.1-6.el8.x86_64", "product_id": "podman-remote-0:3.0.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@3.0.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-tests-0:3.0.1-6.el8.x86_64", "product": { "name": "podman-tests-0:3.0.1-6.el8.x86_64", "product_id": "podman-tests-0:3.0.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@3.0.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-debugsource-0:3.0.1-6.el8.x86_64", "product": { "name": "podman-debugsource-0:3.0.1-6.el8.x86_64", "product_id": "podman-debugsource-0:3.0.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@3.0.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "product": { "name": "podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "product_id": "podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@3.0.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-debuginfo-0:3.0.1-6.el8.x86_64", "product": { "name": "podman-debuginfo-0:3.0.1-6.el8.x86_64", "product_id": "podman-debuginfo-0:3.0.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@3.0.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "product": { "name": "podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "product_id": "podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@3.0.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "product": { "name": "podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "product_id": "podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@3.0.1-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-0:2020.7-5.el8_4.x86_64", "product": { "name": "ostree-0:2020.7-5.el8_4.x86_64", "product_id": "ostree-0:2020.7-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2020.7-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-devel-0:2020.7-5.el8_4.x86_64", "product": { "name": "ostree-devel-0:2020.7-5.el8_4.x86_64", "product_id": "ostree-devel-0:2020.7-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2020.7-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-grub2-0:2020.7-5.el8_4.x86_64", "product": { "name": "ostree-grub2-0:2020.7-5.el8_4.x86_64", "product_id": "ostree-grub2-0:2020.7-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-grub2@2020.7-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-libs-0:2020.7-5.el8_4.x86_64", "product": { "name": "ostree-libs-0:2020.7-5.el8_4.x86_64", "product_id": "ostree-libs-0:2020.7-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2020.7-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2020.7-5.el8_4.x86_64", "product": { "name": "ostree-debugsource-0:2020.7-5.el8_4.x86_64", "product_id": "ostree-debugsource-0:2020.7-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2020.7-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "product": { "name": "ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "product_id": "ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2020.7-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "product": { "name": "ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "product_id": "ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2020.7-5.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "product": { "name": "ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_id": "ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.9.0-6.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "product": { "name": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_id": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.9.0-6.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "product": { "name": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_id": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.9.0-6.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "product": { "name": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_id": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.9.0-6.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "product": { "name": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_id": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.9.0-6.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "product": { "name": "butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "product_id": "butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane@0.12.1-1.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "product": { "name": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "product_id": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debuginfo@0.12.1-1.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:48.84-4.el8.x86_64", "product": { "name": "redhat-release-coreos-0:48.84-4.el8.x86_64", "product_id": "redhat-release-coreos-0:48.84-4.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@48.84-4.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "product": { "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "product_id": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.9.0-6.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "product": { "name": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "product_id": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.9.0-6.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.9.0-6.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "product": { "name": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "product_id": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.9.0-6.rhaos4.8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "product": { "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "product_id": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "product_id": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "product": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "product_id": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "product": { "name": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "product_id": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "product": { "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "product_id": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "product": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "product_id": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "product_id": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "product_id": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "product": { "name": "haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "product_id": "haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debuginfo@2.2.13-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-0:1.21.0-2.el7.x86_64", "product": { "name": "cri-tools-0:1.21.0-2.el7.x86_64", "product_id": "cri-tools-0:1.21.0-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.21.0-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "product": { "name": "cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "product_id": "cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.21.0-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "product": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "product_id": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "product_id": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7?arch=x86_64" } } }, { "category": "product_version", "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "product": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "product_id": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-98.rhaos4.8.gitcd80260.el7?arch=x86_64" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "product": { "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "product_id": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-98.rhaos4.8.gitcd80260.el7?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "product": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "product_id": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.21.2-5.rhaos4.8.gitb27d974.el7?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "product": { "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "product_id": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.21.2-5.rhaos4.8.gitb27d974.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "product": { "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "product_id": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "product": { "name": "haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "product_id": "haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.13-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rteval-loads-0:1.4-12.el8.ppc64le", "product": { "name": "rteval-loads-0:1.4-12.el8.ppc64le", "product_id": "rteval-loads-0:1.4-12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rteval-loads@1.4-12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "stress-ng-0:0.12.06-1.el8.ppc64le", "product": { "name": "stress-ng-0:0.12.06-1.el8.ppc64le", "product_id": "stress-ng-0:0.12.06-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/stress-ng@0.12.06-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "product": { "name": "rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "product_id": "rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rteval-loads-debugsource@1.4-12.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "product": { "name": "stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "product_id": "stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/stress-ng-debuginfo@0.12.06-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-0:1.21.0-2.el8.ppc64le", "product": { "name": "cri-tools-0:1.21.0-2.el8.ppc64le", "product_id": "cri-tools-0:1.21.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.21.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "product": { "name": "cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "product_id": "cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.21.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "product": { "name": "cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "product_id": "cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.21.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "product": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "product": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "product": { "name": "openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "product_id": "openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15@2.15.0-9.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "product": { "name": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "product_id": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15-devel@2.15.0-9.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "product": { "name": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "product_id": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15-ipsec@2.15.0-9.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "product": { "name": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "product_id": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.15@2.15.0-9.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "product": { "name": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "product_id": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15-debuginfo@2.15.0-9.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "product": { "name": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "product_id": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.15-debuginfo@2.15.0-9.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "product": { "name": "ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "product_id": "ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13@20.12.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "product": { "name": "ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "product_id": "ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central@20.12.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "product": { "name": "ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "product_id": "ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host@20.12.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "product": { "name": "ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "product_id": "ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep@20.12.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "product": { "name": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "product_id": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debugsource@20.12.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product": { "name": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product_id": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central-debuginfo@20.12.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product": { "name": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product_id": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debuginfo@20.12.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product": { "name": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product_id": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host-debuginfo@20.12.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product": { "name": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product_id": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep-debuginfo@20.12.0-25.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "kata-containers-0:2.1.0-4.el8.ppc64le", "product": { "name": "kata-containers-0:2.1.0-4.el8.ppc64le", "product_id": "kata-containers-0:2.1.0-4.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kata-containers@2.1.0-4.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "product": { "name": "afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "product_id": "afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.0.0-1.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "product": { "name": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "product_id": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.0.0-1.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "product": { "name": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "product_id": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.0.0-1.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-0:3.0.1-6.el8.ppc64le", "product": { "name": "podman-0:3.0.1-6.el8.ppc64le", "product_id": "podman-0:3.0.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@3.0.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-remote-0:3.0.1-6.el8.ppc64le", "product": { "name": "podman-remote-0:3.0.1-6.el8.ppc64le", "product_id": "podman-remote-0:3.0.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@3.0.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-tests-0:3.0.1-6.el8.ppc64le", "product": { "name": "podman-tests-0:3.0.1-6.el8.ppc64le", "product_id": "podman-tests-0:3.0.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@3.0.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-debugsource-0:3.0.1-6.el8.ppc64le", "product": { "name": "podman-debugsource-0:3.0.1-6.el8.ppc64le", "product_id": "podman-debugsource-0:3.0.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@3.0.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "product": { "name": "podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "product_id": "podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@3.0.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-debuginfo-0:3.0.1-6.el8.ppc64le", "product": { "name": "podman-debuginfo-0:3.0.1-6.el8.ppc64le", "product_id": "podman-debuginfo-0:3.0.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@3.0.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "product": { "name": "podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "product_id": "podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@3.0.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "product": { "name": "podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "product_id": "podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@3.0.1-6.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-0:2020.7-5.el8_4.ppc64le", "product": { "name": "ostree-0:2020.7-5.el8_4.ppc64le", "product_id": "ostree-0:2020.7-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2020.7-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-devel-0:2020.7-5.el8_4.ppc64le", "product": { "name": "ostree-devel-0:2020.7-5.el8_4.ppc64le", "product_id": "ostree-devel-0:2020.7-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2020.7-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-grub2-0:2020.7-5.el8_4.ppc64le", "product": { "name": "ostree-grub2-0:2020.7-5.el8_4.ppc64le", "product_id": "ostree-grub2-0:2020.7-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-grub2@2020.7-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-libs-0:2020.7-5.el8_4.ppc64le", "product": { "name": "ostree-libs-0:2020.7-5.el8_4.ppc64le", "product_id": "ostree-libs-0:2020.7-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2020.7-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "product": { "name": "ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "product_id": "ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2020.7-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "product": { "name": "ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "product_id": "ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2020.7-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "product": { "name": "ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "product_id": "ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2020.7-5.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "product": { "name": "butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "product_id": "butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane@0.12.1-1.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "product": { "name": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "product_id": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debuginfo@0.12.1-1.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:48.84-4.el8.ppc64le", "product": { "name": "redhat-release-coreos-0:48.84-4.el8.ppc64le", "product_id": "redhat-release-coreos-0:48.84-4.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@48.84-4.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product": { "name": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_id": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.9.0-6.rhaos4.8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "product": { "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "product_id": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "product": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "product_id": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "product": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "product_id": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "product": { "name": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "product_id": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "product": { "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "product_id": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "product": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "product_id": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "product": { "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "product_id": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "haproxy-debugsource-0:2.2.13-1.el8.s390x", "product": { "name": "haproxy-debugsource-0:2.2.13-1.el8.s390x", "product_id": "haproxy-debugsource-0:2.2.13-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.13-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "rteval-loads-0:1.4-12.el8.s390x", "product": { "name": "rteval-loads-0:1.4-12.el8.s390x", "product_id": "rteval-loads-0:1.4-12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rteval-loads@1.4-12.el8?arch=s390x" } } }, { "category": "product_version", "name": "stress-ng-0:0.12.06-1.el8.s390x", "product": { "name": "stress-ng-0:0.12.06-1.el8.s390x", "product_id": "stress-ng-0:0.12.06-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/stress-ng@0.12.06-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "rteval-loads-debugsource-0:1.4-12.el8.s390x", "product": { "name": "rteval-loads-debugsource-0:1.4-12.el8.s390x", "product_id": "rteval-loads-debugsource-0:1.4-12.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rteval-loads-debugsource@1.4-12.el8?arch=s390x" } } }, { "category": "product_version", "name": "stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "product": { "name": "stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "product_id": "stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/stress-ng-debuginfo@0.12.06-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-0:1.21.0-2.el8.s390x", "product": { "name": "cri-tools-0:1.21.0-2.el8.s390x", "product_id": "cri-tools-0:1.21.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.21.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.21.0-2.el8.s390x", "product": { "name": "cri-tools-debugsource-0:1.21.0-2.el8.s390x", "product_id": "cri-tools-debugsource-0:1.21.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.21.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "product": { "name": "cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "product_id": "cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.21.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "product": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "product": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "product": { "name": "openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "product_id": "openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15@2.15.0-9.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "product": { "name": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "product_id": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15-devel@2.15.0-9.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "product": { "name": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "product_id": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15-ipsec@2.15.0-9.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "product": { "name": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "product_id": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.15@2.15.0-9.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "product": { "name": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "product_id": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.15-debuginfo@2.15.0-9.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "product": { "name": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "product_id": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.15-debuginfo@2.15.0-9.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-0:20.12.0-25.el8fdp.s390x", "product": { "name": "ovn2.13-0:20.12.0-25.el8fdp.s390x", "product_id": "ovn2.13-0:20.12.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13@20.12.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "product": { "name": "ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "product_id": "ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central@20.12.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "product": { "name": "ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "product_id": "ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host@20.12.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "product": { "name": "ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "product_id": "ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep@20.12.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "product": { "name": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "product_id": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debugsource@20.12.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "product": { "name": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "product_id": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central-debuginfo@20.12.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "product": { "name": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "product_id": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debuginfo@20.12.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "product": { "name": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "product_id": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host-debuginfo@20.12.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "product": { "name": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "product_id": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep-debuginfo@20.12.0-25.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "product": { "name": "afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "product_id": "afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@5.0.0-1.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "product": { "name": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "product_id": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.0.0-1.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "product": { "name": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "product_id": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@5.0.0-1.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-0:3.0.1-6.el8.s390x", "product": { "name": "podman-0:3.0.1-6.el8.s390x", "product_id": "podman-0:3.0.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@3.0.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-remote-0:3.0.1-6.el8.s390x", "product": { "name": "podman-remote-0:3.0.1-6.el8.s390x", "product_id": "podman-remote-0:3.0.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@3.0.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-tests-0:3.0.1-6.el8.s390x", "product": { "name": "podman-tests-0:3.0.1-6.el8.s390x", "product_id": "podman-tests-0:3.0.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@3.0.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-debugsource-0:3.0.1-6.el8.s390x", "product": { "name": "podman-debugsource-0:3.0.1-6.el8.s390x", "product_id": "podman-debugsource-0:3.0.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@3.0.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "product": { "name": "podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "product_id": "podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@3.0.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-debuginfo-0:3.0.1-6.el8.s390x", "product": { "name": "podman-debuginfo-0:3.0.1-6.el8.s390x", "product_id": "podman-debuginfo-0:3.0.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@3.0.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "product": { "name": "podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "product_id": "podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@3.0.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "product": { "name": "podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "product_id": "podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@3.0.1-6.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-0:2020.7-5.el8_4.s390x", "product": { "name": "ostree-0:2020.7-5.el8_4.s390x", "product_id": "ostree-0:2020.7-5.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2020.7-5.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "ostree-devel-0:2020.7-5.el8_4.s390x", "product": { "name": "ostree-devel-0:2020.7-5.el8_4.s390x", "product_id": "ostree-devel-0:2020.7-5.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2020.7-5.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "ostree-libs-0:2020.7-5.el8_4.s390x", "product": { "name": "ostree-libs-0:2020.7-5.el8_4.s390x", "product_id": "ostree-libs-0:2020.7-5.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2020.7-5.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2020.7-5.el8_4.s390x", "product": { "name": "ostree-debugsource-0:2020.7-5.el8_4.s390x", "product_id": "ostree-debugsource-0:2020.7-5.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2020.7-5.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2020.7-5.el8_4.s390x", "product": { "name": "ostree-debuginfo-0:2020.7-5.el8_4.s390x", "product_id": "ostree-debuginfo-0:2020.7-5.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2020.7-5.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "product": { "name": "ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "product_id": "ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2020.7-5.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "product_id": "ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "product_id": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "product_id": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "product_id": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "product_id": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "butane-0:0.12.1-1.rhaos4.8.el8.s390x", "product": { "name": "butane-0:0.12.1-1.rhaos4.8.el8.s390x", "product_id": "butane-0:0.12.1-1.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane@0.12.1-1.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "product": { "name": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "product_id": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/butane-debuginfo@0.12.1-1.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:48.84-4.el8.s390x", "product": { "name": "redhat-release-coreos-0:48.84-4.el8.s390x", "product_id": "redhat-release-coreos-0:48.84-4.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@48.84-4.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "product_id": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "product_id": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "product_id": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "product": { "name": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "product_id": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.9.0-6.rhaos4.8.el8?arch=s390x" } } }, { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "product": { "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "product_id": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "product": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "product_id": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "product": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "product_id": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=s390x" } } }, { "category": "product_version", "name": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "product": { "name": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "product_id": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=s390x" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "product": { "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "product_id": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-98.rhaos4.8.gitcd80260.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "product": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "product_id": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "product_id": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "product_id": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.21.2-5.rhaos4.8.gitb27d974.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "product": { "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "product_id": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.8.0-202107161820.p0.git.051ac4f.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.21.2-5.rhaos4.8.gitb27d974.el7.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src" }, "product_reference": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64" }, "product_reference": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.21.0-2.el7.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src" }, "product_reference": "cri-tools-0:1.21.0-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.21.0-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64" }, "product_reference": "cri-tools-0:1.21.0-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.21.0-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64" }, "product_reference": "cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-0:2.2.13-1.el7.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src" }, "product_reference": "haproxy-0:2.2.13-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debuginfo-0:2.2.13-1.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64" }, "product_reference": "haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src" }, "product_reference": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch" }, "product_reference": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src" }, "product_reference": "openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch" }, "product_reference": "openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src" }, "product_reference": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64" }, "product_reference": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64" }, "product_reference": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src" }, "product_reference": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64" }, "product_reference": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64" }, "product_reference": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le" }, "product_reference": "afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.0.0-1.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x" }, "product_reference": "afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64" }, "product_reference": "afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le" }, "product_reference": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x" }, "product_reference": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64" }, "product_reference": "afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le" }, "product_reference": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x" }, "product_reference": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src" }, "product_reference": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64" }, "product_reference": "atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "butane-0:0.12.1-1.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le" }, "product_reference": "butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "butane-0:0.12.1-1.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x" }, "product_reference": "butane-0:0.12.1-1.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "butane-0:0.12.1-1.rhaos4.8.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src" }, "product_reference": "butane-0:0.12.1-1.rhaos4.8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "butane-0:0.12.1-1.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64" }, "product_reference": "butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le" }, "product_reference": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x" }, "product_reference": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64" }, "product_reference": "butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch" }, "product_reference": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src" }, "product_reference": "console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch" }, "product_reference": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch" }, "product_reference": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src" }, "product_reference": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64" }, "product_reference": "coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64" }, "product_reference": "coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64" }, "product_reference": "coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le" }, "product_reference": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x" }, "product_reference": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src" }, "product_reference": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64" }, "product_reference": "cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.21.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le" }, "product_reference": "cri-tools-0:1.21.0-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.21.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x" }, "product_reference": "cri-tools-0:1.21.0-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.21.0-2.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src" }, "product_reference": "cri-tools-0:1.21.0-2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.21.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64" }, "product_reference": "cri-tools-0:1.21.0-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le" }, "product_reference": "cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.21.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x" }, "product_reference": "cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.21.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64" }, "product_reference": "cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.21.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le" }, "product_reference": "cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.21.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x" }, "product_reference": "cri-tools-debugsource-0:1.21.0-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.21.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64" }, "product_reference": "cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-0:2.2.13-1.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src" }, "product_reference": "haproxy-0:2.2.13-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.13-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le" }, "product_reference": "haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.13-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x" }, "product_reference": "haproxy-debugsource-0:2.2.13-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.2.13-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64" }, "product_reference": "haproxy-debugsource-0:2.2.13-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.9.0-6.rhaos4.8.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src" }, "product_reference": "ignition-0:2.9.0-6.rhaos4.8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.9.0-6.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64" }, "product_reference": "ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64" }, "product_reference": "ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64" }, "product_reference": "ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64" }, "product_reference": "ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le" }, "product_reference": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x" }, "product_reference": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64" }, "product_reference": "ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-0:2021.1-20210614.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch" }, "product_reference": "ironic-images-0:2021.1-20210614.1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-0:2021.1-20210614.1.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src" }, "product_reference": "ironic-images-0:2021.1-20210614.1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-all-0:2021.1-20210614.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch" }, "product_reference": "ironic-images-all-0:2021.1-20210614.1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch" }, "product_reference": "ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch" }, "product_reference": "ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.289.1.1624020353-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch" }, "product_reference": "jenkins-0:2.289.1.1624020353-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.289.1.1624020353-1.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src" }, "product_reference": "jenkins-0:2.289.1.1624020353-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch" }, "product_reference": "jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.8.1624022417-1.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src" }, "product_reference": "jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.1.0-4.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le" }, "product_reference": "kata-containers-0:2.1.0-4.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.1.0-4.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src" }, "product_reference": "kata-containers-0:2.1.0-4.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "kata-containers-0:2.1.0-4.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64" }, "product_reference": "kata-containers-0:2.1.0-4.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src" }, "product_reference": "openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x" }, "product_reference": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src" }, "product_reference": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x" }, "product_reference": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src" }, "product_reference": "openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src" }, "product_reference": "openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch" }, "product_reference": "openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch" }, "product_reference": "openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch" }, "product_reference": "openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch" }, "product_reference": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src" }, "product_reference": "openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch" }, "product_reference": "openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch" }, "product_reference": "openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch" }, "product_reference": "openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch" }, "product_reference": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src" }, "product_reference": "openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le" }, "product_reference": "openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-0:2.15.0-9.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x" }, "product_reference": "openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-0:2.15.0-9.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src" }, "product_reference": "openvswitch2.15-0:2.15.0-9.el8fdp.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-0:2.15.0-9.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64" }, "product_reference": "openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le" }, "product_reference": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x" }, "product_reference": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64" }, "product_reference": "openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le" }, "product_reference": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x" }, "product_reference": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64" }, "product_reference": "openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le" }, "product_reference": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x" }, "product_reference": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64" }, "product_reference": "openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2020.7-5.el8_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le" }, "product_reference": "ostree-0:2020.7-5.el8_4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2020.7-5.el8_4.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x" }, "product_reference": "ostree-0:2020.7-5.el8_4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2020.7-5.el8_4.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src" }, "product_reference": "ostree-0:2020.7-5.el8_4.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2020.7-5.el8_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64" }, "product_reference": "ostree-0:2020.7-5.el8_4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2020.7-5.el8_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le" }, "product_reference": "ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2020.7-5.el8_4.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x" }, "product_reference": "ostree-debuginfo-0:2020.7-5.el8_4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2020.7-5.el8_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64" }, "product_reference": "ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2020.7-5.el8_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le" }, "product_reference": "ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2020.7-5.el8_4.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x" }, "product_reference": "ostree-debugsource-0:2020.7-5.el8_4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2020.7-5.el8_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64" }, "product_reference": "ostree-debugsource-0:2020.7-5.el8_4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2020.7-5.el8_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le" }, "product_reference": "ostree-devel-0:2020.7-5.el8_4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2020.7-5.el8_4.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x" }, "product_reference": "ostree-devel-0:2020.7-5.el8_4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2020.7-5.el8_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64" }, "product_reference": "ostree-devel-0:2020.7-5.el8_4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-grub2-0:2020.7-5.el8_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le" }, "product_reference": "ostree-grub2-0:2020.7-5.el8_4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-grub2-0:2020.7-5.el8_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64" }, "product_reference": "ostree-grub2-0:2020.7-5.el8_4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2020.7-5.el8_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le" }, "product_reference": "ostree-libs-0:2020.7-5.el8_4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2020.7-5.el8_4.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x" }, "product_reference": "ostree-libs-0:2020.7-5.el8_4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2020.7-5.el8_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64" }, "product_reference": "ostree-libs-0:2020.7-5.el8_4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le" }, "product_reference": "ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x" }, "product_reference": "ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64" }, "product_reference": "ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-0:20.12.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le" }, "product_reference": "ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-0:20.12.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x" }, "product_reference": "ovn2.13-0:20.12.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-0:20.12.0-25.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src" }, "product_reference": "ovn2.13-0:20.12.0-25.el8fdp.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-0:20.12.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64" }, "product_reference": "ovn2.13-0:20.12.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le" }, "product_reference": "ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-0:20.12.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x" }, "product_reference": "ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-0:20.12.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64" }, "product_reference": "ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le" }, "product_reference": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x" }, "product_reference": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64" }, "product_reference": "ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le" }, "product_reference": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x" }, "product_reference": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64" }, "product_reference": "ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le" }, "product_reference": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x" }, "product_reference": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64" }, "product_reference": "ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le" }, "product_reference": "ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-0:20.12.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x" }, "product_reference": "ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-0:20.12.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64" }, "product_reference": "ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le" }, "product_reference": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x" }, "product_reference": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64" }, "product_reference": "ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le" }, "product_reference": "ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x" }, "product_reference": "ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64" }, "product_reference": "ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le" }, "product_reference": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x" }, "product_reference": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64" }, "product_reference": "ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-0:3.0.1-6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le" }, "product_reference": "podman-0:3.0.1-6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-0:3.0.1-6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x" }, "product_reference": "podman-0:3.0.1-6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-0:3.0.1-6.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src" }, "product_reference": "podman-0:3.0.1-6.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-0:3.0.1-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64" }, "product_reference": "podman-0:3.0.1-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x" }, "product_reference": "podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64" }, "product_reference": "podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-0:3.0.1-6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le" }, "product_reference": "podman-debuginfo-0:3.0.1-6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-0:3.0.1-6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x" }, "product_reference": "podman-debuginfo-0:3.0.1-6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-0:3.0.1-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64" }, "product_reference": "podman-debuginfo-0:3.0.1-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-0:3.0.1-6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le" }, "product_reference": "podman-debugsource-0:3.0.1-6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-0:3.0.1-6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x" }, "product_reference": "podman-debugsource-0:3.0.1-6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-0:3.0.1-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64" }, "product_reference": "podman-debugsource-0:3.0.1-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-0:3.0.1-6.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch" }, "product_reference": "podman-docker-0:3.0.1-6.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le" }, "product_reference": "podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-0:3.0.1-6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x" }, "product_reference": "podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64" }, "product_reference": "podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-0:3.0.1-6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le" }, "product_reference": "podman-remote-0:3.0.1-6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-0:3.0.1-6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x" }, "product_reference": "podman-remote-0:3.0.1-6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-0:3.0.1-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64" }, "product_reference": "podman-remote-0:3.0.1-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le" }, "product_reference": "podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-0:3.0.1-6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x" }, "product_reference": "podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-0:3.0.1-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64" }, "product_reference": "podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-0:3.0.1-6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le" }, "product_reference": "podman-tests-0:3.0.1-6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-0:3.0.1-6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x" }, "product_reference": "podman-tests-0:3.0.1-6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-0:3.0.1-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64" }, "product_reference": "podman-tests-0:3.0.1-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src" }, "product_reference": "python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-eventlet-0:0.25.2-4.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src" }, "product_reference": "python-eventlet-0:0.25.2-4.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src" }, "product_reference": "python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src" }, "product_reference": "python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src" }, "product_reference": "python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-jsonschema-0:3.2.0-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src" }, "product_reference": "python-jsonschema-0:3.2.0-5.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src" }, "product_reference": "python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-kubernetes-0:12.0.1-1.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src" }, "product_reference": "python-kubernetes-0:12.0.1-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-openshift-1:0.12.1-1.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src" }, "product_reference": "python-openshift-1:0.12.1-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src" }, "product_reference": "python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src" }, "product_reference": "python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch" }, "product_reference": "python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src" }, "product_reference": "python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src" }, "product_reference": "python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src" }, "product_reference": "python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch" }, "product_reference": "python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src" }, "product_reference": "python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch" }, "product_reference": "python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src" }, "product_reference": "python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch" }, "product_reference": "python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src" }, "product_reference": "python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch" }, "product_reference": "python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src" }, "product_reference": "python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src" }, "product_reference": "python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src" }, "product_reference": "python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src" }, "product_reference": "python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch" }, "product_reference": "python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyrsistent-0:0.16.0-3.el8ost.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src" }, "product_reference": "python-pyrsistent-0:0.16.0-3.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src" }, "product_reference": "python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src" }, "product_reference": "python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src" }, "product_reference": "python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src" }, "product_reference": "python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch" }, "product_reference": "python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-eventlet-0:0.25.2-4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch" }, "product_reference": "python3-eventlet-0:0.25.2-4.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch" }, "product_reference": "python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch" }, "product_reference": "python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch" }, "product_reference": "python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch" }, "product_reference": "python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch" }, "product_reference": "python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch" }, "product_reference": "python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch" }, "product_reference": "python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch" }, "product_reference": "python3-jsonschema-0:3.2.0-5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch" }, "product_reference": "python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kubernetes-0:12.0.1-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch" }, "product_reference": "python3-kubernetes-0:12.0.1-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kubernetes-tests-0:12.0.1-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch" }, "product_reference": "python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch" }, "product_reference": "python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openshift-1:0.12.1-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch" }, "product_reference": "python3-openshift-1:0.12.1-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch" }, "product_reference": "python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch" }, "product_reference": "python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le" }, "product_reference": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x" }, "product_reference": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64" }, "product_reference": "python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le" }, "product_reference": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x" }, "product_reference": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64" }, "product_reference": "python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch" }, "product_reference": "python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch" }, "product_reference": "python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch" }, "product_reference": "python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch" }, "product_reference": "python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch" }, "product_reference": "python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch" }, "product_reference": "python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch" }, "product_reference": "python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch" }, "product_reference": "python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch" }, "product_reference": "python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch" }, "product_reference": "python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch" }, "product_reference": "python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch" }, "product_reference": "python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch" }, "product_reference": "python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch" }, "product_reference": "python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch" }, "product_reference": "python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch" }, "product_reference": "python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch" }, "product_reference": "python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le" }, "product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x" }, "product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64" }, "product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le" }, "product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x" }, "product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64" }, "product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch" }, "product_reference": "python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch" }, "product_reference": "python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch" }, "product_reference": "python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch" }, "product_reference": "python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch" }, "product_reference": "python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch" }, "product_reference": "python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:48.84-4.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le" }, "product_reference": "redhat-release-coreos-0:48.84-4.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:48.84-4.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x" }, "product_reference": "redhat-release-coreos-0:48.84-4.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:48.84-4.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src" }, "product_reference": "redhat-release-coreos-0:48.84-4.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:48.84-4.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64" }, "product_reference": "redhat-release-coreos-0:48.84-4.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rteval-loads-0:1.4-12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le" }, "product_reference": "rteval-loads-0:1.4-12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rteval-loads-0:1.4-12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x" }, "product_reference": "rteval-loads-0:1.4-12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rteval-loads-0:1.4-12.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src" }, "product_reference": "rteval-loads-0:1.4-12.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rteval-loads-0:1.4-12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64" }, "product_reference": "rteval-loads-0:1.4-12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rteval-loads-debugsource-0:1.4-12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le" }, "product_reference": "rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rteval-loads-debugsource-0:1.4-12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x" }, "product_reference": "rteval-loads-debugsource-0:1.4-12.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rteval-loads-debugsource-0:1.4-12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64" }, "product_reference": "rteval-loads-debugsource-0:1.4-12.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le" }, "product_reference": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x" }, "product_reference": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src" }, "product_reference": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64" }, "product_reference": "runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le" }, "product_reference": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x" }, "product_reference": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64" }, "product_reference": "runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le" }, "product_reference": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x" }, "product_reference": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64" }, "product_reference": "runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src" }, "product_reference": "rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le" }, "product_reference": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x" }, "product_reference": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64" }, "product_reference": "rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "stress-ng-0:0.12.06-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le" }, "product_reference": "stress-ng-0:0.12.06-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "stress-ng-0:0.12.06-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x" }, "product_reference": "stress-ng-0:0.12.06-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "stress-ng-0:0.12.06-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64" }, "product_reference": "stress-ng-0:0.12.06-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le" }, "product_reference": "stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "stress-ng-debuginfo-0:0.12.06-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x" }, "product_reference": "stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "stress-ng-debuginfo-0:0.12.06-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64" }, "product_reference": "stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.8-3.rhaos4.8.el8.noarch as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch" }, "product_reference": "toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.8" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.8-3.rhaos4.8.el8.src as a component of Red Hat OpenShift Container Platform 4.8", "product_id": "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" }, "product_reference": "toolbox-0:0.0.8-3.rhaos4.8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3114", "cwe": { "id": "CWE-682", "name": "Incorrect Calculation" }, "discovery_date": "2021-01-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1918750" } ], "notes": [ { "category": "description", "text": "A flaw detected in golang: crypto/elliptic, in which P-224 keys as generated can return incorrect inputs, reducing the strength of the cryptography. The highest threat from this vulnerability is confidentiality and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/elliptic: incorrect operations on the P-224 curve", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift ServiceMesh (OSSM) 1.1 is Out Of Support Scope (OOSS) for Moderate and Low impact vulnerabilities because it is now in the Maintenance Phase of the support.", "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.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-3114" }, { "category": "external", "summary": "RHBZ#1918750", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918750" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3114", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3114" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3114", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3114" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/mperVMGa98w", "url": "https://groups.google.com/g/golang-announce/c/mperVMGa98w" } ], "release_date": "2021-01-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "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:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/elliptic: incorrect operations on the P-224 curve" }, { "cve": "CVE-2021-3121", "cwe": { "id": "CWE-129", "name": "Improper Validation of Array Index" }, "discovery_date": "2021-01-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1921650" } ], "notes": [ { "category": "description", "text": "A flaw was found in github.com/gogo/protobuf before 1.3.2 that allows an out-of-bounds access when unmarshalling certain protobuf objects. This flaw allows a remote attacker to send crafted protobuf messages, causing panic and resulting in a denial of service. The highest threat from this vulnerability is to availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift Container Platform (OCP), OpenShift ServiceMesh (OSSM) and Red Hat OpenShift Jaeger (RHOSJ) all include code generated by github.com/gogo/protobuf to parse protobuf messages. However, no component is known to accept protobuf messages from unauthenticated sources, hence this vulnerability is rated Moderate for OCP, OSSM and RHOSJ.\n\nOpenShift Virtualization includes code generated by github.com/gogo/protobuf to parse protobuf messages. However, no component of OpenShift Virtualization is known to accept protobuf messages from unauthenticated sources, hence this vulnerability is rated Moderate.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) includes code generated by github.com/gogo/protobuf to parse protobuf messages. However, no RHACM component is accepting protobuf messages from unauthenticated sources and are used with a limited scope, hence this vulnerability is rated Moderate for RHACM.\n\nRed Hat Cluster Application Migration (CAM) includes code generated by github.com/gogo/protobuf to parse protobuf messages. However, no CAM component is known to accept protobuf messages from unauthenticated sources, hence this vulnerability is rated Moderate for CAM.\n\nCryostat-2 is affected as it does ship gogo/protobuf library with it\u0027s distribution but the only use for Protobuf would be the Kubernetes/OpenShift API server the operator communicates with and it should be authenticated hence it is affected with 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": [ "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-3121" }, { "category": "external", "summary": "RHBZ#1921650", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1921650" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3121", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3121" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3121", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3121" } ], "release_date": "2021-01-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "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:H", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation" }, { "cve": "CVE-2021-3636", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "discovery_date": "2021-07-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1978621" } ], "notes": [ { "category": "description", "text": "It was found in OpenShift, before version 4.8, that the generated certificate for the in-cluster Service CA, incorrectly included additional certificates. The Service CA is automatically mounted into all pods, allowing them to safely connect to trusted in-cluster services that present certificates signed by the trusted Service CA. The incorrect inclusion of additional CAs in this certificate would allow an attacker that compromises any of the additional CAs to masquerade as a trusted in-cluster service.", "title": "Vulnerability description" }, { "category": "summary", "text": "openshift: Injected service-ca.crt incorrectly contains additional internal CAs", "title": "Vulnerability summary" }, { "category": "other", "text": "Though this CVE is fixed by default in freshly installed OpenShift 4.8 clusters, existing clusters that upgrade to 4.8 will need to opt-in to the new secure behaviour. Once opted-in, it is not possible to revert to the previous insecure behaviour.\n\nClusters can opt-in to the new secure behaviour by upgrading to version 4.8 or later and then setting \"spec.useMoreSecureServiceCA\" to true in the KubeControllerManager API object, e.g.:\n\n```$ oc patch KubeControllerManager cluster -p \u0027{\"spec\": {\"useMoreSecureServiceCA\": true}}\u0027 --type=merge```\n\nThe kube-controller-manager pod will then restart before the changes to take effect. New pods will then be provisioned with the secure Service CA.", "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-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-3636" }, { "category": "external", "summary": "RHBZ#1978621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1978621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3636", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3636" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3636", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3636" } ], "release_date": "2021-07-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 4.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "openshift: Injected service-ca.crt incorrectly contains additional internal CAs" }, { "cve": "CVE-2021-21419", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2021-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1958407" } ], "notes": [ { "category": "description", "text": "A flaw was found in eventlet. If an unauthenticated user manages to send large websocket frames or highly compressed data frames that can lead to memory exhaustion. An attacker could use this flaw to cause a denial of service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "python-eventlet: improper handling of highly compressed data and memory allocation with excessive size allows DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "* In OpenShift Container Platform 4, the python-eventlet package is only used in Ironic container images, used for Baremetal provisioning, and Kuryr SDN container images, used for deployments on OpenStack.\n\n* In Red Hat Gluster Storage 3, python-eventlet package was primarily shipped as a dependency of openstack-swift. However, Openstack Swift is no longer supported with the recent release of Red Hat Gluster Storage 3.5.\n\n* Because the flaw\u0027s impact is lower and Red Hat OpenStack Platform 13 will be retiring soon, no update will be provided at this time for the RHOSP13 python-eventlet package.", "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.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21419" }, { "category": "external", "summary": "RHBZ#1958407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1958407" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21419", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21419" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21419", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21419" } ], "release_date": "2021-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" } ], "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": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-eventlet: improper handling of highly compressed data and memory allocation with excessive size allows DoS" }, { "cve": "CVE-2021-21623", "cwe": { "id": "CWE-273", "name": "Improper Check for Dropped Privileges" }, "discovery_date": "2021-03-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1940489" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins Matrix Authorization Strategy Plugin. The jenkins plugin does not correctly perform permission checks, as consequences this allows attackers with Item/Read permission on nested items to access them, even if they lack Item/Read permission for parent folders. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins-2-plugins/matrix-auth: Incorrect permission checks in Matrix Authorization Strategy Plugin", "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.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21623" }, { "category": "external", "summary": "RHBZ#1940489", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940489" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21623", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21623" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21623", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21623" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2021-03-18/#SECURITY-2180", "url": "https://www.jenkins.io/security/advisory/2021-03-18/#SECURITY-2180" } ], "release_date": "2021-03-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins-2-plugins/matrix-auth: Incorrect permission checks in Matrix Authorization Strategy Plugin" }, { "cve": "CVE-2021-21639", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-04-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1947102" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. Due to lack of validation of type of object created after loading the data submitted to the config.xml REST API endpoint of a node, an attackers with Computer/Configure permission are able to replace a node with one of a different type.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: lack of type validation in agent related REST API", "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.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21639" }, { "category": "external", "summary": "RHBZ#1947102", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1947102" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21639", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21639" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21639", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21639" } ], "release_date": "2021-04-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jenkins: lack of type validation in agent related REST API" }, { "cve": "CVE-2021-21640", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-04-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1947105" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. Due to lack of validation of the newly created view name, an attackers with View/Create permission are allowed to create views with invalid or already-used names.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: view name validation bypass", "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.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21640" }, { "category": "external", "summary": "RHBZ#1947105", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1947105" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21640", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21640" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21640", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21640" } ], "release_date": "2021-04-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "jenkins: view name validation bypass" }, { "cve": "CVE-2021-21648", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2021-05-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1959545" } ], "notes": [ { "category": "description", "text": "The reflected cross-site scripting (XSS) vulnerability was found in jenkins credentials plugin. On a `view it` there is no escape from provided by user information (user-controlled).", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins-2-plugins/credentials: Reflected XSS vulnerability in Credentials Plugin", "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.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-21648" }, { "category": "external", "summary": "RHBZ#1959545", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959545" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-21648", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21648" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-21648", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21648" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2021-05-11/#SECURITY-2349", "url": "https://www.jenkins.io/security/advisory/2021-05-11/#SECURITY-2349" } ], "release_date": "2021-05-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins-2-plugins/credentials: Reflected XSS vulnerability in Credentials Plugin" }, { "acknowledgments": [ { "names": [ "the Kubernetes Product Security Committee" ] }, { "names": [ "Ari Lima", "Rogerio Bastos" ], "organization": "Red Hat", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2021-25735", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-03-11T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1937562" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Kubernetes\u0027 kube-apiserver that could allow Node updates to bypass a Validating Admission Webhook. An authenticated user could exploit this by modifying Node properties to values that should have been prevented by registered admission webhooks.", "title": "Vulnerability description" }, { "category": "summary", "text": "kubernetes: Validating Admission Webhook does not observe some previous fields", "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-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-25735" }, { "category": "external", "summary": "RHBZ#1937562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1937562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-25735", "url": "https://www.cve.org/CVERecord?id=CVE-2021-25735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-25735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25735" }, { "category": "external", "summary": "https://groups.google.com/g/kubernetes-security-announce/c/FKAGqT4jx9Y", "url": "https://groups.google.com/g/kubernetes-security-announce/c/FKAGqT4jx9Y" } ], "release_date": "2021-04-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kubernetes: Validating Admission Webhook does not observe some previous fields" }, { "acknowledgments": [ { "names": [ "the Kubernetes Product Security Committee" ] }, { "names": [ "John Howard" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2021-25737", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2021-04-29T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1954917" } ], "notes": [ { "category": "description", "text": "A security issue was discovered in Kubernetes where an authorized user may be able to redirect traffic to private networks on a Node. An untrusted user could exploit this by creating or modifying EndpointSlices to point to localhost or link-local addresses.", "title": "Vulnerability description" }, { "category": "summary", "text": "kubernetes: Holes in EndpointSlice Validation Enable Host Network Hijack", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift Container Platform (OCP) 3.11 is not affected by this vulnerability as it does not support EndpointSlices. All current versions of OCP 4 support EndpointSlices and are therefore 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-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-25737" }, { "category": "external", "summary": "RHBZ#1954917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1954917" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-25737", "url": "https://www.cve.org/CVERecord?id=CVE-2021-25737" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-25737", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25737" }, { "category": "external", "summary": "https://github.com/kubernetes/kubernetes/issues/102106", "url": "https://github.com/kubernetes/kubernetes/issues/102106" }, { "category": "external", "summary": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY", "url": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY" } ], "release_date": "2021-05-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-07-27T22:36:55+00:00", "details": "For OpenShift Container Platform 4.8 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.8/updating/updating-cluster-cli.html", "product_ids": [ "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:2437" }, { "category": "workaround", "details": "* Prevent untrusted users from creating or modifying EndpointSlices\n* Creating a validating admission webhook that prevents EndpointSlices with endpoint addresses in the 127.0.0.0/8 and 169.254.0.0/16 ranges", "product_ids": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 2.7, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.src", "7Server-RH7-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.src", "7Server-RH7-RHOSE-4.8:cri-tools-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el7.x86_64", "7Server-RH7-RHOSE-4.8:haproxy-0:2.2.13-1.el7.src", "7Server-RH7-RHOSE-4.8:haproxy-debuginfo-0:2.2.13-1.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-ansible-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-ansible-test-0:4.8.0-202106281541.p0.git.626f7a3.assembly.stream.el7.noarch", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.src", "7Server-RH7-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.src", "7Server-RH7-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "7Server-RH7-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el7.x86_64", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:afterburn-debuginfo-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.src", "8Base-RHOSE-4.8:atomic-openshift-service-idler-0:4.8.0-202106281541.p0.git.39cfc66.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:butane-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:butane-debuginfo-0:0.12.1-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-0:0.20.3-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:coreos-installer-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-bootinfra-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debuginfo-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:coreos-installer-debugsource-0:0.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.src", "8Base-RHOSE-4.8:cri-o-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debuginfo-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.ppc64le", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.s390x", "8Base-RHOSE-4.8:cri-o-debugsource-0:1.21.2-5.rhaos4.8.gitb27d974.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.src", "8Base-RHOSE-4.8:cri-tools-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debuginfo-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.ppc64le", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.s390x", "8Base-RHOSE-4.8:cri-tools-debugsource-0:1.21.0-2.el8.x86_64", "8Base-RHOSE-4.8:haproxy-0:2.2.13-1.el8.src", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.ppc64le", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.s390x", "8Base-RHOSE-4.8:haproxy-debugsource-0:2.2.13-1.el8.x86_64", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.src", "8Base-RHOSE-4.8:ignition-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-debugsource-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:ignition-validate-debuginfo-0:2.9.0-6.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-0:2021.1-20210614.1.el8.src", "8Base-RHOSE-4.8:ironic-images-all-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-ppc64le-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:ironic-images-ipa-x86_64-0:2021.1-20210614.1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-0:2.289.1.1624020353-1.el8.src", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.noarch", "8Base-RHOSE-4.8:jenkins-2-plugins-0:4.8.1624022417-1.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.ppc64le", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.src", "8Base-RHOSE-4.8:kata-containers-0:2.1.0-4.el8.x86_64", "8Base-RHOSE-4.8:openshift-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-clients-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-clients-redistributable-0:4.8.0-202106281541.p0.git.1077b05.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.s390x", "8Base-RHOSE-4.8:openshift-hyperkube-0:4.8.0-202107161820.p0.git.051ac4f.assembly.stream.el8.x86_64", "8Base-RHOSE-4.8:openshift-kuryr-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.src", "8Base-RHOSE-4.8:openshift-kuryr-cni-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-common-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openshift-kuryr-controller-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-1:17.0.4-0.20210713221218.a415e7e.el8.src", "8Base-RHOSE-4.8:openstack-ironic-api-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-common-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-conductor-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-0:10.6.1-0.20210406091336.579f59c.el8.src", "8Base-RHOSE-4.8:openstack-ironic-inspector-api-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-conductor-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-inspector-dnsmasq-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:openstack-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.src", "8Base-RHOSE-4.8:openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-devel-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:openvswitch2.15-ipsec-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.src", "8Base-RHOSE-4.8:ostree-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-debugsource-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-devel-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-grub2-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.ppc64le", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.s390x", "8Base-RHOSE-4.8:ostree-libs-debuginfo-0:2020.7-5.el8_4.x86_64", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.src", "8Base-RHOSE-4.8:ovn2.13-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-central-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-debugsource-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-host-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.ppc64le", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.s390x", "8Base-RHOSE-4.8:ovn2.13-vtep-debuginfo-0:20.12.0-25.el8fdp.x86_64", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.src", "8Base-RHOSE-4.8:podman-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-catatonit-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-debugsource-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-docker-0:3.0.1-6.el8.noarch", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-plugins-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-remote-debuginfo-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.ppc64le", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.s390x", "8Base-RHOSE-4.8:podman-tests-0:3.0.1-6.el8.x86_64", "8Base-RHOSE-4.8:python-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.src", "8Base-RHOSE-4.8:python-eventlet-0:0.25.2-4.el8.src", "8Base-RHOSE-4.8:python-hardware-0:0.27.0-0.20210406121246.756fedb.el8.src", "8Base-RHOSE-4.8:python-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.src", "8Base-RHOSE-4.8:python-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.src", "8Base-RHOSE-4.8:python-jsonschema-0:3.2.0-5.el8ost.src", "8Base-RHOSE-4.8:python-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.src", "8Base-RHOSE-4.8:python-kubernetes-0:12.0.1-1.el8.src", "8Base-RHOSE-4.8:python-openshift-1:0.12.1-1.el8.src", "8Base-RHOSE-4.8:python-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.src", "8Base-RHOSE-4.8:python-oslo-concurrency-lang-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.src", "8Base-RHOSE-4.8:python-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.src", "8Base-RHOSE-4.8:python-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.src", "8Base-RHOSE-4.8:python-oslo-db-lang-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.src", "8Base-RHOSE-4.8:python-oslo-i18n-lang-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.src", "8Base-RHOSE-4.8:python-oslo-log-lang-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.src", "8Base-RHOSE-4.8:python-oslo-policy-lang-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.src", "8Base-RHOSE-4.8:python-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.src", "8Base-RHOSE-4.8:python-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.src", "8Base-RHOSE-4.8:python-oslo-utils-lang-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python-pyrsistent-0:0.16.0-3.el8ost.src", "8Base-RHOSE-4.8:python-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.src", "8Base-RHOSE-4.8:python-sushy-0:3.7.1-0.20210428165244.bc49878.el8.src", "8Base-RHOSE-4.8:python-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.src", "8Base-RHOSE-4.8:python-tooz-0:2.8.0-0.20210324235001.54448e9.el8.src", "8Base-RHOSE-4.8:python3-debtcollector-0:2.2.0-0.20210324220630.649189d.el8.noarch", "8Base-RHOSE-4.8:python3-eventlet-0:0.25.2-4.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-hardware-detect-0:0.27.0-0.20210406121246.756fedb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-inspector-tests-0:10.6.1-0.20210406091336.579f59c.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-lib-0:4.6.2-0.20210608101214.ca2e4ba.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-prometheus-exporter-0:2.2.1-0.20210325143713.70e39c8.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-python-agent-0:7.0.2-0.20210611153100.bfa97cb.el8.noarch", "8Base-RHOSE-4.8:python3-ironic-tests-1:17.0.4-0.20210713221218.a415e7e.el8.noarch", "8Base-RHOSE-4.8:python3-jsonschema-0:3.2.0-5.el8ost.noarch", "8Base-RHOSE-4.8:python3-keystoneauth1-0:4.3.0-0.20210325001456.6a66271.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kubernetes-tests-0:12.0.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-kuryr-kubernetes-0:4.8.0-202106281541.p0.git.8a4c2d8.assembly.stream.el8.noarch", "8Base-RHOSE-4.8:python3-openshift-1:0.12.1-1.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openstacksdk-tests-0:0.53.0-0.20210325011601.4629245.el8.noarch", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.ppc64le", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.s390x", "8Base-RHOSE-4.8:python3-openvswitch2.15-debuginfo-0:2.15.0-9.el8fdp.x86_64", "8Base-RHOSE-4.8:python3-oslo-concurrency-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-concurrency-tests-0:4.4.0-0.20210325004915.7dcf9e9.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-config-2:8.5.0-0.20210325050501.cfa2564.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-context-0:3.2.0-0.20210325043103.0d02866.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-db-tests-0:8.5.0-0.20210325041241.503db60.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-i18n-0:5.0.1-0.20210324221600.73187bd.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-log-tests-0:4.4.0-0.20210409081224.9b29c90.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-policy-0:3.7.0-0.20210325051823.d853485.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-serialization-tests-0:4.1.0-0.20210325012242.8445e61.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-service-tests-0:2.5.0-0.20210325014731.d25e454.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-upgradecheck-0:1.3.0-0.20210325003851.9f95a6e.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-oslo-utils-tests-0:4.8.0-0.20210325043201.3288539.el8.noarch", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x", "8Base-RHOSE-4.8:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64", "8Base-RHOSE-4.8:python3-stevedore-0:3.3.0-0.20210325001012.7d7154f.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-oem-idrac-tests-0:2.0.1-0.20210326152858.83b7eb0.el8.noarch", "8Base-RHOSE-4.8:python3-sushy-tests-0:3.7.1-0.20210428165244.bc49878.el8.noarch", "8Base-RHOSE-4.8:python3-tooz-0:2.8.0-0.20210324235001.54448e9.el8.noarch", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.ppc64le", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.s390x", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.src", "8Base-RHOSE-4.8:redhat-release-coreos-0:48.84-4.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.src", "8Base-RHOSE-4.8:rteval-loads-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.ppc64le", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.s390x", "8Base-RHOSE-4.8:rteval-loads-debugsource-0:1.4-12.el8.x86_64", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.src", "8Base-RHOSE-4.8:runc-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debuginfo-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.ppc64le", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.s390x", "8Base-RHOSE-4.8:runc-debugsource-0:1.0.0-98.rhaos4.8.gitcd80260.el8.x86_64", "8Base-RHOSE-4.8:rust-afterburn-0:5.0.0-1.rhaos4.8.el8.src", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.ppc64le", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.s390x", "8Base-RHOSE-4.8:rust-afterburn-debugsource-0:5.0.0-1.rhaos4.8.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.ppc64le", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.s390x", "8Base-RHOSE-4.8:stress-ng-debuginfo-0:0.12.06-1.el8.x86_64", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.noarch", "8Base-RHOSE-4.8:toolbox-0:0.0.8-3.rhaos4.8.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kubernetes: Holes in EndpointSlice Validation Enable Host Network Hijack" } ] }
opensuse-su-2025:15424-1
Vulnerability from csaf_opensuse
Published
2025-08-08 00:00
Modified
2025-08-08 00:00
Summary
govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media
Notes
Title of the patch
govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media
Description of the patch
These are all security issues fixed in the govulncheck-vulndb-0.0.20250807T150727-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-15424
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the govulncheck-vulndb-0.0.20250807T150727-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-15424", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15424-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2015-7561 page", "url": "https://www.suse.com/security/cve/CVE-2015-7561/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-9962 page", "url": "https://www.suse.com/security/cve/CVE-2016-9962/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-1000056 page", "url": "https://www.suse.com/security/cve/CVE-2017-1000056/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-1002102 page", "url": "https://www.suse.com/security/cve/CVE-2017-1002102/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1002100 page", "url": "https://www.suse.com/security/cve/CVE-2018-1002100/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1002101 page", "url": "https://www.suse.com/security/cve/CVE-2018-1002101/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-16733 page", "url": "https://www.suse.com/security/cve/CVE-2018-16733/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19184 page", "url": "https://www.suse.com/security/cve/CVE-2018-19184/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1002100 page", "url": "https://www.suse.com/security/cve/CVE-2019-1002100/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1002101 page", "url": "https://www.suse.com/security/cve/CVE-2019-1002101/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11245 page", "url": "https://www.suse.com/security/cve/CVE-2019-11245/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11251 page", "url": "https://www.suse.com/security/cve/CVE-2019-11251/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11253 page", "url": "https://www.suse.com/security/cve/CVE-2019-11253/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-26240 page", "url": "https://www.suse.com/security/cve/CVE-2020-26240/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-26241 page", "url": "https://www.suse.com/security/cve/CVE-2020-26241/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8551 page", "url": "https://www.suse.com/security/cve/CVE-2020-8551/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8555 page", "url": "https://www.suse.com/security/cve/CVE-2020-8555/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8557 page", "url": "https://www.suse.com/security/cve/CVE-2020-8557/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8558 page", "url": "https://www.suse.com/security/cve/CVE-2020-8558/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8562 page", "url": "https://www.suse.com/security/cve/CVE-2020-8562/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8563 page", "url": "https://www.suse.com/security/cve/CVE-2020-8563/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8566 page", "url": "https://www.suse.com/security/cve/CVE-2020-8566/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25735 page", "url": "https://www.suse.com/security/cve/CVE-2021-25735/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25736 page", "url": "https://www.suse.com/security/cve/CVE-2021-25736/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25737 page", "url": "https://www.suse.com/security/cve/CVE-2021-25737/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25741 page", "url": "https://www.suse.com/security/cve/CVE-2021-25741/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25743 page", "url": "https://www.suse.com/security/cve/CVE-2021-25743/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-30465 page", "url": "https://www.suse.com/security/cve/CVE-2021-30465/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-29162 page", "url": "https://www.suse.com/security/cve/CVE-2022-29162/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-29177 page", "url": "https://www.suse.com/security/cve/CVE-2022-29177/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-3162 page", "url": "https://www.suse.com/security/cve/CVE-2022-3162/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-3294 page", "url": "https://www.suse.com/security/cve/CVE-2022-3294/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2431 page", "url": "https://www.suse.com/security/cve/CVE-2023-2431/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-25809 page", "url": "https://www.suse.com/security/cve/CVE-2023-25809/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2727 page", "url": "https://www.suse.com/security/cve/CVE-2023-2727/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2728 page", "url": "https://www.suse.com/security/cve/CVE-2023-2728/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-27561 page", "url": "https://www.suse.com/security/cve/CVE-2023-27561/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-28642 page", "url": "https://www.suse.com/security/cve/CVE-2023-28642/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5528 page", "url": "https://www.suse.com/security/cve/CVE-2023-5528/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-5321 page", "url": "https://www.suse.com/security/cve/CVE-2024-5321/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-3445 page", "url": "https://www.suse.com/security/cve/CVE-2025-3445/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-47907 page", "url": "https://www.suse.com/security/cve/CVE-2025-47907/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-47908 page", "url": "https://www.suse.com/security/cve/CVE-2025-47908/" } ], "title": "govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media", "tracking": { "current_release_date": "2025-08-08T00:00:00Z", "generator": { "date": "2025-08-08T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:15424-1", "initial_release_date": "2025-08-08T00:00:00Z", "revision_history": [ { "date": "2025-08-08T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "product": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "product": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "product": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64", "product": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64", "product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64" }, "product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le" }, "product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x" }, "product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" }, "product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2015-7561", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-7561" } ], "notes": [ { "category": "general", "text": "Kubernetes in OpenShift3 allows remote authenticated users to use the private images of other users should they know the name of said image.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-7561", "url": "https://www.suse.com/security/cve/CVE-2015-7561" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2015-7561" }, { "cve": "CVE-2016-9962", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-9962" } ], "notes": [ { "category": "general", "text": "RunC allowed additional container processes via \u0027runc exec\u0027 to be ptraced by the pid 1 of the container. This allows the main processes of the container, if running as root, to gain access to file-descriptors of these new processes during the initialization and can lead to container escapes or modification of runC state before the process is fully placed inside the container.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-9962", "url": "https://www.suse.com/security/cve/CVE-2016-9962" }, { "category": "external", "summary": "SUSE Bug 1012568 for CVE-2016-9962", "url": "https://bugzilla.suse.com/1012568" }, { "category": "external", "summary": "SUSE Bug 1173425 for CVE-2016-9962", "url": "https://bugzilla.suse.com/1173425" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-9962" }, { "cve": "CVE-2017-1000056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-1000056" } ], "notes": [ { "category": "general", "text": "Kubernetes version 1.5.0-1.5.4 is vulnerable to a privilege escalation in the PodSecurityPolicy admission plugin resulting in the ability to make use of any existing PodSecurityPolicy object.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-1000056", "url": "https://www.suse.com/security/cve/CVE-2017-1000056" }, { "category": "external", "summary": "SUSE Bug 1010675 for CVE-2017-1000056", "url": "https://bugzilla.suse.com/1010675" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "critical" } ], "title": "CVE-2017-1000056" }, { "cve": "CVE-2017-1002102", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-1002102" } ], "notes": [ { "category": "general", "text": "In Kubernetes versions 1.3.x, 1.4.x, 1.5.x, 1.6.x and prior to versions 1.7.14, 1.8.9 and 1.9.4 containers using a secret, configMap, projected or downwardAPI volume can trigger deletion of arbitrary files/directories from the nodes where they are running.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-1002102", "url": "https://www.suse.com/security/cve/CVE-2017-1002102" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2017-1002102" }, { "cve": "CVE-2018-1002100", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1002100" } ], "notes": [ { "category": "general", "text": "In Kubernetes versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and prior to version 1.9.6, the kubectl cp command insecurely handles tar data returned from the container, and can be caused to overwrite arbitrary local files.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1002100", "url": "https://www.suse.com/security/cve/CVE-2018-1002100" }, { "category": "external", "summary": "SUSE Bug 1089654 for CVE-2018-1002100", "url": "https://bugzilla.suse.com/1089654" }, { "category": "external", "summary": "SUSE Bug 1089991 for CVE-2018-1002100", "url": "https://bugzilla.suse.com/1089991" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-1002100" }, { "cve": "CVE-2018-1002101", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1002101" } ], "notes": [ { "category": "general", "text": "In Kubernetes versions 1.9.0-1.9.9, 1.10.0-1.10.5, and 1.11.0-1.11.1, user input was handled insecurely while setting up volume mounts on Windows nodes, which could lead to command line argument injection.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1002101", "url": "https://www.suse.com/security/cve/CVE-2018-1002101" }, { "category": "external", "summary": "SUSE Bug 1118791 for CVE-2018-1002101", "url": "https://bugzilla.suse.com/1118791" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2018-1002101" }, { "cve": "CVE-2018-16733", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-16733" } ], "notes": [ { "category": "general", "text": "In Go Ethereum (aka geth) before 1.8.14, TraceChain in eth/api_tracer.go does not verify that the end block is after the start block.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-16733", "url": "https://www.suse.com/security/cve/CVE-2018-16733" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-16733" }, { "cve": "CVE-2018-19184", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19184" } ], "notes": [ { "category": "general", "text": "cmd/evm/runner.go in Go Ethereum (aka geth) 1.8.17 allows attackers to cause a denial of service (SEGV) via crafted bytecode.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19184", "url": "https://www.suse.com/security/cve/CVE-2018-19184" }, { "category": "external", "summary": "SUSE Bug 1115634 for CVE-2018-19184", "url": "https://bugzilla.suse.com/1115634" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2018-19184" }, { "cve": "CVE-2019-1002100", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1002100" } ], "notes": [ { "category": "general", "text": "In all Kubernetes versions prior to v1.11.8, v1.12.6, and v1.13.4, users that are authorized to make patch requests to the Kubernetes API Server can send a specially crafted patch of type \"json-patch\" (e.g. `kubectl patch --type json` or `\"Content-Type: application/json-patch+json\"`) that consumes excessive resources while processing, causing a Denial of Service on the API Server.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1002100", "url": "https://www.suse.com/security/cve/CVE-2019-1002100" }, { "category": "external", "summary": "SUSE Bug 1127554 for CVE-2019-1002100", "url": "https://bugzilla.suse.com/1127554" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2019-1002100" }, { "cve": "CVE-2019-1002101", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1002101" } ], "notes": [ { "category": "general", "text": "The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes creates a tar inside the container, copies it over the network, and kubectl unpacks it on the user\u0027s machine. If the tar binary in the container is malicious, it could run any code and output unexpected, malicious results. An attacker could use this to write files to any path on the user\u0027s machine when kubectl cp is called, limited only by the system permissions of the local user. The untar function can both create and follow symbolic links. The issue is resolved in kubectl v1.11.9, v1.12.7, v1.13.5, and v1.14.0.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1002101", "url": "https://www.suse.com/security/cve/CVE-2019-1002101" }, { "category": "external", "summary": "SUSE Bug 1131056 for CVE-2019-1002101", "url": "https://bugzilla.suse.com/1131056" }, { "category": "external", "summary": "SUSE Bug 1138929 for CVE-2019-1002101", "url": "https://bugzilla.suse.com/1138929" }, { "category": "external", "summary": "SUSE Bug 1144507 for CVE-2019-1002101", "url": "https://bugzilla.suse.com/1144507" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-1002101" }, { "cve": "CVE-2019-11245", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11245" } ], "notes": [ { "category": "general", "text": "In kubelet v1.13.6 and v1.14.2, containers for pods that do not specify an explicit runAsUser attempt to run as uid 0 (root) on container restart, or if the image was previously pulled to the node. If the pod specified mustRunAsNonRoot: true, the kubelet will refuse to start the container as root. If the pod did not specify mustRunAsNonRoot: true, the kubelet will run the container as uid 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11245", "url": "https://www.suse.com/security/cve/CVE-2019-11245" }, { "category": "external", "summary": "SUSE Bug 1136944 for CVE-2019-11245", "url": "https://bugzilla.suse.com/1136944" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-11245" }, { "cve": "CVE-2019-11251", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11251" } ], "notes": [ { "category": "general", "text": "The Kubernetes kubectl cp command in versions 1.1-1.12, and versions prior to 1.13.11, 1.14.7, and 1.15.4 allows a combination of two symlinks provided by tar output of a malicious container to place a file outside of the destination directory specified in the kubectl cp invocation. This could be used to allow an attacker to place a nefarious file using a symlink, outside of the destination tree.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11251", "url": "https://www.suse.com/security/cve/CVE-2019-11251" }, { "category": "external", "summary": "SUSE Bug 1151300 for CVE-2019-11251", "url": "https://bugzilla.suse.com/1151300" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-11251" }, { "cve": "CVE-2019-11253", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11253" } ], "notes": [ { "category": "general", "text": "Improper input validation in the Kubernetes API server in versions v1.0-1.12 and versions prior to v1.13.12, v1.14.8, v1.15.5, and v1.16.2 allows authorized users to send malicious YAML or JSON payloads, causing the API server to consume excessive CPU or memory, potentially crashing and becoming unavailable. Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11253", "url": "https://www.suse.com/security/cve/CVE-2019-11253" }, { "category": "external", "summary": "SUSE Bug 1152861 for CVE-2019-11253", "url": "https://bugzilla.suse.com/1152861" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-11253" }, { "cve": "CVE-2020-26240", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-26240" } ], "notes": [ { "category": "general", "text": "Go Ethereum, or \"Geth\", is the official Golang implementation of the Ethereum protocol. An ethash mining DAG generation flaw in Geth before version 1.9.24 could cause miners to erroneously calculate PoW in an upcoming epoch (estimated early January, 2021). This happened on the ETC chain on 2020-11-06. This issue is relevant only for miners, non-mining nodes are unaffected. This issue is fixed as of 1.9.24", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-26240", "url": "https://www.suse.com/security/cve/CVE-2020-26240" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "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": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-26240" }, { "cve": "CVE-2020-26241", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-26241" } ], "notes": [ { "category": "general", "text": "Go Ethereum, or \"Geth\", is the official Golang implementation of the Ethereum protocol. This is a Consensus vulnerability in Geth before version 1.9.17 which can be used to cause a chain-split where vulnerable nodes reject the canonical chain. Geth\u0027s pre-compiled dataCopy (at 0x00...04) contract did a shallow copy on invocation. An attacker could deploy a contract that writes X to an EVM memory region R, then calls 0x00..04 with R as an argument, then overwrites R to Y, and finally invokes the RETURNDATACOPY opcode. When this contract is invoked, a consensus-compliant node would push X on the EVM stack, whereas Geth would push Y. This is fixed in version 1.9.17.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-26241", "url": "https://www.suse.com/security/cve/CVE-2020-26241" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-26241" }, { "cve": "CVE-2020-8551", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8551" } ], "notes": [ { "category": "general", "text": "The Kubelet component in versions 1.15.0-1.15.9, 1.16.0-1.16.6, and 1.17.0-1.17.2 has been found to be vulnerable to a denial of service attack via the kubelet API, including the unauthenticated HTTP read-only API typically served on port 10255, and the authenticated HTTPS API typically served on port 10250.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8551", "url": "https://www.suse.com/security/cve/CVE-2020-8551" }, { "category": "external", "summary": "SUSE Bug 1167509 for CVE-2020-8551", "url": "https://bugzilla.suse.com/1167509" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8551" }, { "cve": "CVE-2020-8555", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8555" } ], "notes": [ { "category": "general", "text": "The Kubernetes kube-controller-manager in versions v1.0-1.14, versions prior to v1.15.12, v1.16.9, v1.17.5, and version v1.18.0 are vulnerable to a Server Side Request Forgery (SSRF) that allows certain authorized users to leak up to 500 bytes of arbitrary information from unprotected endpoints within the master\u0027s host network (such as link-local or loopback services).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8555", "url": "https://www.suse.com/security/cve/CVE-2020-8555" }, { "category": "external", "summary": "SUSE Bug 1171106 for CVE-2020-8555", "url": "https://bugzilla.suse.com/1171106" }, { "category": "external", "summary": "SUSE Bug 1185502 for CVE-2020-8555", "url": "https://bugzilla.suse.com/1185502" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8555" }, { "cve": "CVE-2020-8557", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8557" } ], "notes": [ { "category": "general", "text": "The Kubernetes kubelet component in versions 1.1-1.16.12, 1.17.0-1.17.8 and 1.18.0-1.18.5 do not account for disk usage by a pod which writes to its own /etc/hosts file. The /etc/hosts file mounted in a pod by kubelet is not included by the kubelet eviction manager when calculating ephemeral storage usage by a pod. If a pod writes a large amount of data to the /etc/hosts file, it could fill the storage space of the node and cause the node to fail.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8557", "url": "https://www.suse.com/security/cve/CVE-2020-8557" }, { "category": "external", "summary": "SUSE Bug 1173984 for CVE-2020-8557", "url": "https://bugzilla.suse.com/1173984" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8557" }, { "cve": "CVE-2020-8558", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8558" } ], "notes": [ { "category": "general", "text": "The Kubelet and kube-proxy components in versions 1.1.0-1.16.10, 1.17.0-1.17.6, and 1.18.0-1.18.3 were found to contain a security issue which allows adjacent hosts to reach TCP and UDP services bound to 127.0.0.1 running on the node or in the node\u0027s network namespace. Such a service is generally thought to be reachable only by other processes on the same host, but due to this defeect, could be reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8558", "url": "https://www.suse.com/security/cve/CVE-2020-8558" }, { "category": "external", "summary": "SUSE Bug 1172945 for CVE-2020-8558", "url": "https://bugzilla.suse.com/1172945" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8558" }, { "cve": "CVE-2020-8562", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8562" } ], "notes": [ { "category": "general", "text": "As mitigations to a report from 2019 and CVE-2020-8555, Kubernetes attempts to prevent proxied connections from accessing link-local or localhost networks when making user-driven connections to Services, Pods, Nodes, or StorageClass service providers. As part of this mitigation Kubernetes does a DNS name resolution check and validates that response IPs are not in the link-local (169.254.0.0/16) or localhost (127.0.0.0/8) range. Kubernetes then performs a second DNS resolution without validation for the actual connection. If a non-standard DNS server returns different non-cached responses, a user may be able to bypass the proxy IP restriction and access private networks on the control plane.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8562", "url": "https://www.suse.com/security/cve/CVE-2020-8562" }, { "category": "external", "summary": "SUSE Bug 1185502 for CVE-2020-8562", "url": "https://bugzilla.suse.com/1185502" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.2, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8562" }, { "cve": "CVE-2020-8563", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8563" } ], "notes": [ { "category": "general", "text": "In Kubernetes clusters using VSphere as a cloud provider, with a logging level set to 4 or above, VSphere cloud credentials will be leaked in the cloud controller manager\u0027s log. This affects \u003c v1.19.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8563", "url": "https://www.suse.com/security/cve/CVE-2020-8563" }, { "category": "external", "summary": "SUSE Bug 1177659 for CVE-2020-8563", "url": "https://bugzilla.suse.com/1177659" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8563" }, { "cve": "CVE-2020-8566", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8566" } ], "notes": [ { "category": "general", "text": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8566", "url": "https://www.suse.com/security/cve/CVE-2020-8566" }, { "category": "external", "summary": "SUSE Bug 1177662 for CVE-2020-8566", "url": "https://bugzilla.suse.com/1177662" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8566" }, { "cve": "CVE-2021-25735", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25735" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in kube-apiserver that could allow node updates to bypass a Validating Admission Webhook. Clusters are only affected by this vulnerability if they run a Validating Admission Webhook for Nodes that denies admission based at least partially on the old state of the Node object. Validating Admission Webhook does not observe some previous fields.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25735", "url": "https://www.suse.com/security/cve/CVE-2021-25735" }, { "category": "external", "summary": "SUSE Bug 1183409 for CVE-2021-25735", "url": "https://bugzilla.suse.com/1183409" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-25735" }, { "cve": "CVE-2021-25736", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25736" } ], "notes": [ { "category": "general", "text": "Kube-proxy\n on Windows can unintentionally forward traffic to local processes \nlistening on the same port (\"spec.ports[*].port\") as a LoadBalancer \nService when the LoadBalancer controller\n does not set the \"status.loadBalancer.ingress[].ip\" field. Clusters \nwhere the LoadBalancer controller sets the \n\"status.loadBalancer.ingress[].ip\" field are unaffected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25736", "url": "https://www.suse.com/security/cve/CVE-2021-25736" }, { "category": "external", "summary": "SUSE Bug 1185894 for CVE-2021-25736", "url": "https://bugzilla.suse.com/1185894" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-25736" }, { "cve": "CVE-2021-25737", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25737" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25737", "url": "https://www.suse.com/security/cve/CVE-2021-25737" }, { "category": "external", "summary": "SUSE Bug 1185503 for CVE-2021-25737", "url": "https://bugzilla.suse.com/1185503" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-25737" }, { "cve": "CVE-2021-25741", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25741" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubernetes where a user may be able to create a container with subpath volume mounts to access files \u0026 directories outside of the volume, including on the host filesystem.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25741", "url": "https://www.suse.com/security/cve/CVE-2021-25741" }, { "category": "external", "summary": "SUSE Bug 1189416 for CVE-2021-25741", "url": "https://bugzilla.suse.com/1189416" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "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", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2021-25741" }, { "cve": "CVE-2021-25743", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25743" } ], "notes": [ { "category": "general", "text": "kubectl does not neutralize escape, meta or control sequences contained in the raw data it outputs to a terminal. This includes but is not limited to the unstructured string fields in objects such as Events.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25743", "url": "https://www.suse.com/security/cve/CVE-2021-25743" }, { "category": "external", "summary": "SUSE Bug 1194400 for CVE-2021-25743", "url": "https://bugzilla.suse.com/1194400" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-25743" }, { "cve": "CVE-2021-30465", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-30465" } ], "notes": [ { "category": "general", "text": "runc before 1.0.0-rc95 allows a Container Filesystem Breakout via Directory Traversal. To exploit the vulnerability, an attacker must be able to create multiple containers with a fairly specific mount configuration. The problem occurs via a symlink-exchange attack that relies on a race condition.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-30465", "url": "https://www.suse.com/security/cve/CVE-2021-30465" }, { "category": "external", "summary": "SUSE Bug 1185405 for CVE-2021-30465", "url": "https://bugzilla.suse.com/1185405" }, { "category": "external", "summary": "SUSE Bug 1189161 for CVE-2021-30465", "url": "https://bugzilla.suse.com/1189161" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2021-30465" }, { "cve": "CVE-2022-29162", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-29162" } ], "notes": [ { "category": "general", "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": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-29162", "url": "https://www.suse.com/security/cve/CVE-2022-29162" }, { "category": "external", "summary": "SUSE Bug 1199460 for CVE-2022-29162", "url": "https://bugzilla.suse.com/1199460" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-29162" }, { "cve": "CVE-2022-29177", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-29177" } ], "notes": [ { "category": "general", "text": "Go Ethereum is the official Golang implementation of the Ethereum protocol. Prior to version 1.10.17, a vulnerable node, if configured to use high verbosity logging, can be made to crash when handling specially crafted p2p messages sent from an attacker node. Version 1.10.17 contains a patch that addresses the problem. As a workaround, setting loglevel to default level (`INFO`) makes the node not vulnerable to this attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-29177", "url": "https://www.suse.com/security/cve/CVE-2022-29177" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-29177" }, { "cve": "CVE-2022-3162", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-3162" } ], "notes": [ { "category": "general", "text": "Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different type in the same API group without authorization. Clusters are impacted by this vulnerability if all of the following are true: 1. There are 2+ CustomResourceDefinitions sharing the same API group 2. Users have cluster-wide list or watch authorization on one of those custom resources. 3. The same users are not authorized to read another custom resource in the same API group.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-3162", "url": "https://www.suse.com/security/cve/CVE-2022-3162" }, { "category": "external", "summary": "SUSE Bug 1204388 for CVE-2022-3162", "url": "https://bugzilla.suse.com/1204388" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-3162" }, { "cve": "CVE-2022-3294", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-3294" } ], "notes": [ { "category": "general", "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": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-3294", "url": "https://www.suse.com/security/cve/CVE-2022-3294" }, { "category": "external", "summary": "SUSE Bug 1204387 for CVE-2022-3294", "url": "https://bugzilla.suse.com/1204387" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "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": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-3294" }, { "cve": "CVE-2023-2431", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2431" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubelet that allows pods to bypass the seccomp profile enforcement. Pods that use localhost type for seccomp profile but specify an empty profile field, are affected by this issue. In this scenario, this vulnerability allows the pod to run in unconfined (seccomp disabled) mode. This bug affects Kubelet.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2431", "url": "https://www.suse.com/security/cve/CVE-2023-2431" }, { "category": "external", "summary": "SUSE Bug 1212493 for CVE-2023-2431", "url": "https://bugzilla.suse.com/1212493" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.4, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2023-2431" }, { "cve": "CVE-2023-25809", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-25809" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. In affected versions it was found that rootless runc makes `/sys/fs/cgroup` writable in following conditons: 1. when runc is executed inside the user namespace, and the `config.json` does not specify the cgroup namespace to be unshared (e.g.., `(docker|podman|nerdctl) run --cgroupns=host`, with Rootless Docker/Podman/nerdctl) or 2. when runc is executed outside the user namespace, and `/sys` is mounted with `rbind, ro` (e.g., `runc spec --rootless`; this condition is very rare). A container may gain the write access to user-owned cgroup hierarchy `/sys/fs/cgroup/user.slice/...` on the host . Other users\u0027s cgroup hierarchies are not affected. Users are advised to upgrade to version 1.1.5. Users unable to upgrade may unshare the cgroup namespace (`(docker|podman|nerdctl) run --cgroupns=private)`. This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts. or add `/sys/fs/cgroup` to `maskedPaths`.\n", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-25809", "url": "https://www.suse.com/security/cve/CVE-2023-25809" }, { "category": "external", "summary": "SUSE Bug 1209884 for CVE-2023-25809", "url": "https://bugzilla.suse.com/1209884" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-25809" }, { "cve": "CVE-2023-2727", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2727" } ], "notes": [ { "category": "general", "text": "Users may be able to launch containers using images that are restricted by ImagePolicyWebhook when using ephemeral containers. Kubernetes clusters are only affected if the ImagePolicyWebhook admission plugin is used together with ephemeral containers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2727", "url": "https://www.suse.com/security/cve/CVE-2023-2727" }, { "category": "external", "summary": "SUSE Bug 1211630 for CVE-2023-2727", "url": "https://bugzilla.suse.com/1211630" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-2727" }, { "cve": "CVE-2023-2728", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2728" } ], "notes": [ { "category": "general", "text": "Users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using ephemeral containers. The policy ensures pods running with a service account may only reference secrets specified in the service account\u0027s secrets field. Kubernetes clusters are only affected if the ServiceAccount admission plugin and the `kubernetes.io/enforce-mountable-secrets` annotation are used together with ephemeral containers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2728", "url": "https://www.suse.com/security/cve/CVE-2023-2728" }, { "category": "external", "summary": "SUSE Bug 1211631 for CVE-2023-2728", "url": "https://bugzilla.suse.com/1211631" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-2728" }, { "cve": "CVE-2023-27561", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-27561" } ], "notes": [ { "category": "general", "text": "runc through 1.1.4 has Incorrect Access Control leading to Escalation of Privileges, related to libcontainer/rootfs_linux.go. To exploit this, an attacker must be able to spawn two containers with custom volume-mount configurations, and be able to run custom images. NOTE: this issue exists because of a CVE-2019-19921 regression.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-27561", "url": "https://www.suse.com/security/cve/CVE-2023-27561" }, { "category": "external", "summary": "SUSE Bug 1208962 for CVE-2023-27561", "url": "https://bugzilla.suse.com/1208962" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7, "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": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2023-27561" }, { "cve": "CVE-2023-28642", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-28642" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. It was found that AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration. This issue has been fixed in runc version 1.1.5, by prohibiting symlinked `/proc`. See PR #3785 for details. users are advised to upgrade. Users unable to upgrade should avoid using an untrusted container image.\n\n", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-28642", "url": "https://www.suse.com/security/cve/CVE-2023-28642" }, { "category": "external", "summary": "SUSE Bug 1209888 for CVE-2023-28642", "url": "https://bugzilla.suse.com/1209888" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-28642" }, { "cve": "CVE-2023-5528", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5528" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubernetes where a user that can create pods and persistent volumes on Windows nodes may be able to escalate to admin privileges on those nodes. Kubernetes clusters are only affected if they are using an in-tree storage plugin for Windows nodes.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5528", "url": "https://www.suse.com/security/cve/CVE-2023-5528" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "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", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2023-5528" }, { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2024-45310" }, { "cve": "CVE-2024-5321", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-5321" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubernetes clusters with Windows nodes where BUILTIN\\Users may be able to read container logs and NT AUTHORITY\\Authenticated Users may be able to modify container logs.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-5321", "url": "https://www.suse.com/security/cve/CVE-2024-5321" }, { "category": "external", "summary": "SUSE Bug 1225420 for CVE-2024-5321", "url": "https://bugzilla.suse.com/1225420" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-5321" }, { "cve": "CVE-2025-3445", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-3445" } ], "notes": [ { "category": "general", "text": "A Path Traversal \"Zip Slip\" vulnerability has been identified in mholt/archiver in Go. This vulnerability allows using a crafted ZIP file containing path traversal symlinks to create or overwrite files with the user\u0027s privileges or application utilizing the library.\n\nWhen using the archiver.Unarchive functionality with ZIP files, like this: archiver.Unarchive(zipFile, outputDir), A crafted ZIP file can be extracted in such a way that it writes files to the affected system with the same privileges as the application executing this vulnerable functionality. Consequently, sensitive files may be overwritten, potentially leading to privilege escalation, code execution, and other severe outcomes in some cases.\n\nIt\u0027s worth noting that a similar vulnerability was found in TAR files (CVE-2024-0406). Although a fix was implemented, it hasn\u0027t been officially released, and the affected project has since been deprecated. The successor to mholt/archiver is a new project called mholt/archives, and its initial release (v0.1.0) removes the Unarchive() functionality.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-3445", "url": "https://www.suse.com/security/cve/CVE-2025-3445" }, { "category": "external", "summary": "SUSE Bug 1241242 for CVE-2025-3445", "url": "https://bugzilla.suse.com/1241242" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:H/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2025-3445" }, { "cve": "CVE-2025-47907", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-47907" } ], "notes": [ { "category": "general", "text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-47907", "url": "https://www.suse.com/security/cve/CVE-2025-47907" }, { "category": "external", "summary": "SUSE Bug 1247720 for CVE-2025-47907", "url": "https://bugzilla.suse.com/1247720" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-47907" }, { "cve": "CVE-2025-47908", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-47908" } ], "notes": [ { "category": "general", "text": "Middleware causes a prohibitive amount of heap allocations when processing malicious preflight requests that include a Access-Control-Request-Headers (ACRH) header whose value contains many commas. This behavior can be abused by attackers to produce undue load on the middleware/server as an attempt to cause a denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-47908", "url": "https://www.suse.com/security/cve/CVE-2025-47908" }, { "category": "external", "summary": "SUSE Bug 1247746 for CVE-2025-47908", "url": "https://bugzilla.suse.com/1247746" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-47908" } ] }
gsd-2021-25737
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2021-25737", "description": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.", "id": "GSD-2021-25737", "references": [ "https://www.suse.com/security/cve/CVE-2021-25737.html", "https://access.redhat.com/errata/RHSA-2021:2437", "https://security.archlinux.org/CVE-2021-25737" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2021-25737" ], "details": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.", "id": "GSD-2021-25737", "modified": "2023-12-13T01:23:21.288965Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@kubernetes.io", "DATE_PUBLIC": "2021-05-18T19:00:00.000Z", "ID": "CVE-2021-25737", "STATE": "PUBLIC", "TITLE": "Holes in EndpointSlice Validation Enable Host Network Hijack" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Kubernetes", "version": { "version_data": [ { "version_affected": "\u003c=", "version_value": "1.18.18" }, { "version_affected": "\u003c=", "version_value": "1.19.10" }, { "version_affected": "\u003c=", "version_value": "1.20.6" }, { "version_affected": "\u003c=", "version_value": "1.21.0" } ] } } ] }, "vendor_name": "Kubernetes" } ] } }, "credit": [ { "lang": "eng", "value": "John Howard" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 2.7, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-184 Incomplete Blacklist" } ] } ] }, "references": { "reference_data": [ { "name": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY", "refsource": "MISC", "url": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY" }, { "name": "https://github.com/kubernetes/kubernetes/issues/102106", "refsource": "MISC", "url": "https://github.com/kubernetes/kubernetes/issues/102106" }, { "name": "https://security.netapp.com/advisory/ntap-20211004-0004/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20211004-0004/" } ] }, "source": { "defect": [ "https://github.com/kubernetes/kubernetes/issues/102106" ], "discovery": "EXTERNAL" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=v1.16.0 \u003cv1.18.19 || \u003e=v1.19.0 \u003cv1.19.10 || \u003e=v1.20.0 \u003cv1.20.7 || =v1.21.0", "affected_versions": "All versions starting from 1.16.0 before 1.18.19, all versions starting from 1.19.0 before 1.19.10, all versions starting from 1.20.0 before 1.20.7, version 1.21.0", "cvss_v2": "AV:N/AC:M/Au:S/C:P/I:P/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2021-10-07", "description": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.", "fixed_versions": [ "v0.15.7" ], "identifier": "CVE-2021-25737", "identifiers": [ "CVE-2021-25737" ], "not_impacted": "All versions before 1.16.0, all versions starting from 1.18.19 before 1.19.0, all versions starting from 1.19.10 before 1.20.0, all versions starting from 1.20.7 before 1.21.0, all versions after 1.21.0", "package_slug": "go/github.com/kubernetes/client-go", "pubdate": "2021-09-06", "solution": "Upgrade to version 0.15.7 or above.", "title": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-25737" ], "uuid": "51c1c43c-d89e-4066-a782-5ed2f88d473f", "versions": [ { "commit": { "sha": "0c0e6362aeebd04afefc2153f3718dd66b598033", "tags": [ "kubernetes-1.16.0" ], "timestamp": "20190918160344" }, "number": "v1.16.0" }, { "commit": { "sha": "0216c485e7897a33495d312552d6760c5f7d7f39", "tags": [ "v0.15.7" ], "timestamp": "20191211191335" }, "number": "v0.15.7" }, { "commit": { "sha": "7f00db86ac5edb9c3aa20f182a41e3a6479ccbbc", "tags": [ "kubernetes-1.19.0" ], "timestamp": "20200826212433" }, "number": "v1.19.0" }, { "commit": { "sha": "f51fa15f3df1a2101544e829a4eaa247c20e95fb", "tags": [ "kubernetes-1.20.0" ], "timestamp": "20201208210624" }, "number": "v1.20.0" }, { "commit": { "sha": "786f7a4a4a2335e9e6e70eae1c0b2efe62e92e03", "tags": [ "kubernetes-1.21.0" ], "timestamp": "20210408192749" }, "number": "v1.21.0" }, { "commit": { "sha": "3a2fdbb08c7f92155cb426b24c36a476dcc39ed0", "tags": [ "kubernetes-1.19.10" ], "timestamp": "20210415080238" }, "number": "v1.19.10" }, { "commit": { "sha": "54ab2aa147d32af9ea5b935d34325333f5ecb401", "tags": [ "kubernetes-1.18.19" ], "timestamp": "20210518104424" }, "number": "v1.18.19" }, { "commit": { "sha": "2f46a0d924d59d7061d04541d8c45ecd0de0998d", "tags": [ "kubernetes-1.20.7" ], "timestamp": "20210518105815" }, "number": "v1.20.7" } ] }, { "affected_range": "\u003e=1.16.0 \u003c1.18.19||\u003e=1.19.0 \u003c1.19.11||\u003e=1.20.0 \u003c1.20.7||=1.21.0", "affected_versions": "All versions starting from 1.16.0 before 1.18.19, all versions starting from 1.19.0 before 1.19.11, all versions starting from 1.20.0 before 1.20.7, version 1.21.0", "cvss_v2": "AV:N/AC:M/Au:S/C:P/I:P/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-601", "CWE-937" ], "date": "2021-10-05", "description": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.", "fixed_versions": [ "1.18.19", "1.19.11", "1.20.7", "1.21.1" ], "identifier": "CVE-2021-25737", "identifiers": [ "GHSA-mfv7-gq43-w965", "CVE-2021-25737" ], "not_impacted": "All versions before 1.16.0, all versions starting from 1.18.19 before 1.19.0, all versions starting from 1.19.11 before 1.20.0, all versions starting from 1.20.7 before 1.21.0, all versions after 1.21.0", "package_slug": "go/k8s.io/kubernetes", "pubdate": "2021-09-07", "solution": "Upgrade to versions 1.18.19, 1.19.11, 1.20.7, 1.21.1 or above.", "title": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-25737", "https://github.com/kubernetes/kubernetes/issues/102106", "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY", "https://security.netapp.com/advisory/ntap-20211004-0004/", "https://github.com/advisories/GHSA-mfv7-gq43-w965" ], "uuid": "e9528d59-f45a-4193-bb4f-81450e89f00d" }, { "affected_range": "\u003e=1.16.0 \u003c1.18.19||\u003e=1.19.0 \u003c1.19.10||\u003e=1.20.0 \u003c1.20.7||\u003e=1.21.0 \u003c1.21.1", "affected_versions": "All versions starting from 1.16.0 before 1.18.19, all versions starting from 1.19.0 before 1.19.10, all versions starting from 1.20.0 before 1.20.7, all versions starting from version 1.21.0 before 1.21.1", "cvss_v2": "AV:N/AC:M/Au:S/C:P/I:P/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2021-10-07", "description": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.", "fixed_versions": [ "1.18.19", "1.19.10", "1.20.7", "1.21.1" ], "identifier": "CVE-2021-25737", "identifiers": [ "CVE-2021-25737" ], "not_impacted": "All versions starting from 1.18.19 before 1.19.0, all versions starting from 1.19.10 before 1.20.0, all versions starting from 1.20.7 before 1.21.0, all versions starting from 1.21.1", "package_slug": "go/k8s.io/kubernetes/pkg/apis/apps/validation", "pubdate": "2021-09-06", "solution": "Upgrade to version 1.18.19, 1.19.10, 1.20.7, 1.21.1 or above.", "title": "URL Redirection to Untrusted Site (Open Redirect)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-25737" ], "uuid": "d5497e02-a36f-408d-aa1b-96b93abc5a5c" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.18.19", "versionStartIncluding": "1.16.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.19.10", "versionStartIncluding": "1.19.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.20.7", "versionStartIncluding": "1.20.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.21.0:-:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@kubernetes.io", "ID": "CVE-2021-25737" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-601" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/kubernetes/kubernetes/issues/102106", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/102106" }, { "name": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY" }, { "name": "https://security.netapp.com/advisory/ntap-20211004-0004/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20211004-0004/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 4.9, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 4.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": true }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 1.7, "impactScore": 2.7 } }, "lastModifiedDate": "2021-10-07T17:55Z", "publishedDate": "2021-09-06T12:15Z" } } }
ghsa-mfv7-gq43-w965
Vulnerability from github
Published
2021-09-07 23:09
Modified
2021-09-14 18:47
Severity ?
VLAI Severity ?
Summary
Incomplete List of Disallowed Inputs in Kubernetes
Details
A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.16.0" }, { "fixed": "1.18.19" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.19.0" }, { "fixed": "1.19.11" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.20.0" }, { "fixed": "1.20.7" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.21.0" }, { "fixed": "1.21.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "1.21.0" ] } ], "aliases": [ "CVE-2021-25737" ], "database_specific": { "cwe_ids": [ "CWE-184", "CWE-601" ], "github_reviewed": true, "github_reviewed_at": "2021-09-07T18:59:14Z", "nvd_published_at": "2021-09-06T12:15:00Z", "severity": "MODERATE" }, "details": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.", "id": "GHSA-mfv7-gq43-w965", "modified": "2021-09-14T18:47:27Z", "published": "2021-09-07T23:09:24Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25737" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/issues/102106" }, { "type": "PACKAGE", "url": "https://github.com/kubernetes/kubernetes" }, { "type": "WEB", "url": "https://groups.google.com/g/kubernetes-security-announce/c/xAiN3924thY" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20211004-0004" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Incomplete List of Disallowed Inputs in Kubernetes" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…